Click or drag to resize

MText Constructor (Vector2, 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(
	Vector2 position,
	double height,
	double rectangleWidth
)
Request Example View Source

Parameters

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