Click or drag to resize

MText Constructor (String, Vector3, Double, Double, TextStyle)

Initializes a new instance of the MText class.

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

Parameters

text
Type: SystemString
Text string.
position
Type: DXFReaderNETVector3
Text position in world coordinates.
height
Type: SystemDouble
Text height.
rectangleWidth
Type: SystemDouble
Reference rectangle width.
style
Type: DXFReaderNET.TablesTextStyle
Text style.
See Also