|
InstancedTextGetTextSize Method |
GetTextSize calculates the size of the text from the WorldMatrix (from the length of the X axis).
This method uses Math.Sqrt to get the size so it is not very fast.
Namespace: Ab3d.DirectX.ModelsAssembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax public double GetTextSize()
Return Value
Doublesize of the text
See Also