LinetypeTextSegment(String, TextStyle, Double, Vector2, LinetypeSegmentRotationType, Double, Double) Constructor

Initializes a new instance of the LinetypeTextSegment class

Definition

Namespace: netDxf.Tables
Assembly: PCBI.DXF_Library (in PCBI.DXF_Library.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public LinetypeTextSegment(
	string text,
	TextStyle style,
	double length,
	Vector2 offset,
	LinetypeSegmentRotationType rotationType,
	double rotation,
	double scale
)

Parameters

text  String
 
style  TextStyle
 
length  Double
 
offset  Vector2
 
rotationType  LinetypeSegmentRotationType
 
rotation  Double
 
scale  Double
 

See Also