Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

c0e85a8b f5ee f08e bb9a 99de70421bd4

haplokuon edited this page May 6, 2023 · 1 revision

LinetypeTextSegment(String, TextStyle, Double) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the LinetypeShapeSegment class.

Definition

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

Parameters

  String
Text to display on the linetype segment.
  TextStyle
Name of the TextStyle.
  Double
Dash, dot, or space length of the linetype segment.

See Also

Reference

LinetypeTextSegment Class
LinetypeTextSegment Overload
netDxf.Tables Namespace

Clone this wiki locally