LinetypeTextSegment(String, TextStyle, Double, Vector2, LinetypeSegmentRotationType, Double, Double) Constructor
Namespace: netDxf.TablesAssembly: PCBI.DXF_Library (in PCBI.DXF_Library.dll) Version: 17.0.0.0 (17.0.0.0)
public LinetypeTextSegment(
string text,
TextStyle style,
double length,
Vector2 offset,
LinetypeSegmentRotationType rotationType,
double rotation,
double scale
)
Public Sub New (
text As String,
style As TextStyle,
length As Double,
offset As Vector2,
rotationType As LinetypeSegmentRotationType,
rotation As Double,
scale As Double
)
public:
LinetypeTextSegment(
String^ text,
TextStyle^ style,
double length,
Vector2 offset,
LinetypeSegmentRotationType rotationType,
double rotation,
double scale
)
new :
text : string *
style : TextStyle *
length : float *
offset : Vector2 *
rotationType : LinetypeSegmentRotationType *
rotation : float *
scale : float -> LinetypeTextSegment
Parameters
- text String
-
- style TextStyle
-
- length Double
-
- offset Vector2
-
- rotationType LinetypeSegmentRotationType
-
- rotation Double
-
- scale Double
-