MultilineText(Point3D, String, Double, Double, Double, alignmentType, String, Boolean, Boolean) Constructor

Standard constructor.
Public Sub New( _ 
ByVal insPoint As Point3D, _ 
ByVal textString As String, _ 
ByVal width As Double, _ 
ByVal height As Double, _ 
ByVal lineSpaceDistance As Double, _ 
ByVal alignment As alignmentType, _ 
ByVal styleName As String, _ 
ByVal simplify As Boolean, _ 
Optional ByVal wrap As Boolean = true _ 
)
This language is not supported or no code example is available.
public MultilineText( 
Point3D insPoint
string textString
double width
double height
double lineSpaceDistance
alignmentType alignment
string styleName
bool simplify
bool wrap = true 
)
This language is not supported or no code example is available.

Parameters

insPoint
Point3D

Insertion point

textString
string

Text string

width
double

Text width. A string longer than "width" will be split on two or more lines (whole words are not split).

height
double

Text height

lineSpaceDistance
double

Spacing between the lines

alignment
alignmentType

Text alignment

styleName
string

The text style name (see Environment.TextStyles)

simplify
bool

Text simplification flag

wrap
bool

The text wrap

.NET Framework

Supported in: 4.8

In this article

Definition