Search
LabelProjection Members
Constructors Methods
 


Represents the projection of a Label3D on the projection plane.

The following tables list the members exposed by the LabelProjection type.

 Public Constructors

  Name Description

LabelProjection

Initializes a new instance of the LabelProjection class.

 Public Methods

  Name Description

drawAsProjection

Draws this projection in specified RenderContext.

getLabel

Gets the projected Label3D.

getProjectionBottomRight

Gets the projection of bottom-right corner of label's layout rectangle.

getProjectionTopLeft

Gets the projection of top-left corner of label's layout rectangle.

getZSort

A value by which projections are sorted in depth buffer.

setLabel

Sets the projected Label3D.

setProjectionBottomRight

Sets the projection of bottom-right corner of label's layout rectangle.

setProjectionTopLeft

Sets the projection of top-left corner of label's layout rectangle.

setZSort

A value by which projections are sorted in depth buffer.

 See Also