Click or drag to resize

Text Constructor (String, Vector3, Double)

Initializes a new instance of the Text class.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public Text(
	string text,
	Vector3 position,
	double height
)

Parameters

text
Type: SystemString
Text string.
position
Type: DXFReaderNETVector3
Text position in world coordinates.
height
Type: SystemDouble
Text height.
See Also