Click or drag to resize

MText Constructor (Vector3, Double, Double)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the MText class.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public MText(
	Vector3 position,
	double height,
	double rectangleWidth
)
Request Example View Source

Parameters

position
Type: netDxfVector3
Text position in world coordinates.
height
Type: SystemDouble
Text height.
rectangleWidth
Type: SystemDouble
Reference rectangle width.
See Also