Click or drag to resize

Text Constructor (String, Vector2, 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,
	Vector2 position,
	double height,
	TextStyle style
)
Request Example View Source

Parameters

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