MText Constructor (Vector2, Double, Double)
|
Initializes a new instance of the MText class.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public MText(
Vector2 position,
double height,
double rectangleWidth
)
Public Sub New (
position As Vector2,
height As Double,
rectangleWidth As Double
)
public:
MText(
Vector2 position,
double height,
double rectangleWidth
)
new :
position : Vector2 *
height : float *
rectangleWidth : float -> MText
CONSTRUCTOR(
position AS Vector2,
height AS REAL8,
rectangleWidth AS REAL8
)
Parameters
- position
- Type: DXFReaderNETVector2
Text position in world coordinates. - height
- Type: SystemDouble
Text height. - rectangleWidth
- Type: SystemDouble
Reference rectangle width.
See Also