Text Constructor (String, Vector3, Double, TextStyle)
|
Initializes a new instance of the Text class.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public Text(
string text,
Vector3 position,
double height,
TextStyle style
)
Public Sub New (
text As String,
position As Vector3,
height As Double,
style As TextStyle
)
public:
Text(
String^ text,
Vector3 position,
double height,
TextStyle^ style
)
new :
text : string *
position : Vector3 *
height : float *
style : TextStyle -> Text
CONSTRUCTOR(
text AS STRING,
position AS Vector3,
height AS REAL8,
style AS TextStyle
)
Parameters
- text
- Type: SystemString
Text string. - position
- Type: DXFReaderNETVector3
Text position in world coordinates. - height
- Type: SystemDouble
Text height. - style
- Type: DXFReaderNET.TablesTextStyle
Text style.
See Also