Click or drag to resize
Ab4d.SharpEngine logo

InstancedText Methods

The InstancedText type exposes the following members.

Methods
 NameDescription
Public methodGetBoundingBox Returns the bounding box of this InstancedText object.
Public methodHide Hides the text
Public methodMove Moves the text for the specified moveVector
Public methodSetColor Sets the color of the text.
Public methodSetFontSize Changes the font size
Public methodSetOrientation Sets the Orientation of the text by providing the text direction and up direction (directions are normalized inside the method). This method calculates the normalDirection from the textDirection and upDirection. The text size is calculated from the existing WorldMatrix.
Public methodSetPosition Sets the position of the text
Public methodSetText Changes the text of this InstancedText to the new text.
Public methodShow Shows the text
Public methodToString
(Overrides ObjectToString)
Top
See Also