Click or drag to resize
AB4D logo

InstancedTextNodeSetTextDirection Method

Sets the direction and orientation of the text that is added by AddText(String, Color, Point3D, Double, Boolean). By default the textDirection is set to (1, 0, 0) and upDirection is set to (0, 1, 0)

Namespace: Ab3d.DirectX.Models
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public void SetTextDirection(
	Vector3D textDirection,
	Vector3D upDirection
)

Parameters

textDirection  Vector3D
text direction vector
upDirection  Vector3D
Vector3D that is pointing in the text's up direction.
See Also