Click or drag to resize
AB4D logo

InstancedTextNodeAddText Method

Overload List
 NameDescription
Public methodAddText(String, Color, Matrix3D, Boolean) Add the specified text to the InstancedTextNode with the worldMatrix instead of position and size parameters. The orientation of the text is fully defined by the worldMatrix and therefore the orientation defined by the SetTextDirection(Vector3D, Vector3D) method is not used.
Public methodAddText(String, Color, Point3D, Double, Boolean) Add the specified text to the InstancedTextNode with using simple position and size parameters. The orientation of the text is defined by the SetTextDirection(Vector3D, Vector3D) method.
Top
See Also