MText Constructor (String, Vector3, 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(
string text,
Vector3 position,
double height,
double rectangleWidth
)
Public Sub New (
text As String,
position As Vector3,
height As Double,
rectangleWidth As Double
)
public:
MText(
String^ text,
Vector3 position,
double height,
double rectangleWidth
)
new :
text : string *
position : Vector3 *
height : float *
rectangleWidth : float -> MText
CONSTRUCTOR(
text AS STRING,
position AS Vector3,
height AS REAL8,
rectangleWidth AS REAL8
)
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.
See Also