This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 437
c0e85a8b f5ee f08e bb9a 99de70421bd4
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the LinetypeShapeSegment class.
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public LinetypeTextSegment(
string text,
TextStyle style,
double length
)VB
Public Sub New (
text As String,
style As TextStyle,
length As Double
)C++
public:
LinetypeTextSegment(
String^ text,
TextStyle^ style,
double length
)F#
new :
text : string *
style : TextStyle *
length : float -> LinetypeTextSegment- String
- Text to display on the linetype segment.
- TextStyle
- Name of the TextStyle.
- Double
- Dash, dot, or space length of the linetype segment.
LinetypeTextSegment Class
LinetypeTextSegment Overload
netDxf.Tables Namespace