Text Constructor (String, Vector2, Double)
|
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,
Vector2 position,
double height
)
Public Sub New (
text As String,
position As Vector2,
height As Double
)
public:
Text(
String^ text,
Vector2 position,
double height
)
new :
text : string *
position : Vector2 *
height : float -> Text
CONSTRUCTOR(
text AS STRING,
position AS Vector2,
height AS REAL8
)
Parameters
- text
- Type: SystemString
Text string. - position
- Type: DXFReaderNETVector2
Text position in world coordinates. - height
- Type: SystemDouble
Text height.
See Also