Click or drag to resize

MText Constructor (String, Vector3, Double, Double)

Initializes a new instance of the MText class.

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

Parameters

text
Type: System.String
Text string.
position
Type: DXFReaderNET.Vector3
Text position in world coordinates.
height
Type: System.Double
Text height.
rectangleWidth
Type: System.Double
Reference rectangle width.
See Also