Click or drag to resize

Text Constructor (String, Vector3, Double, TextStyle)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the Text class.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public Text(
	string text,
	Vector3 position,
	double height,
	TextStyle style
)
Request Example View Source

Parameters

text
Type: SystemString
Text string.
position
Type: netDxfVector3
Text position in world coordinates.
height
Type: SystemDouble
Text height.
style
Type: netDxf.TablesTextStyle
Text style.
See Also