Eyeshot 10 WinForms API Reference
MultilineText Constructor(Plane,Point3D,String,Double,Double,Double,alignmentType,String)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > MultilineText Class > MultilineText Constructor : MultilineText Constructor(Plane,Point3D,String,Double,Double,Double,alignmentType,String)
Orientation plane
Insertion point
Text string
Text width. A string longer than "width" will be split on two or more lines (whole words are not split).
Text height
Spacing between the lines
Text alignment
The text style name (see TextStyles)
Not parallel to XY plane constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal textPlane As Plane, _
   ByVal insPoint As Point3D, _
   ByVal textString As String, _
   ByVal width As Double, _
   ByVal height As Double, _
   ByVal lineSpaceDistance As Double, _
   ByVal alignment As Text.alignmentType, _
   ByVal style As String _
)
public MultilineText( 
   Plane textPlane,
   Point3D insPoint,
   string textString,
   double width,
   double height,
   double lineSpaceDistance,
   Text.alignmentType alignment,
   string style
)

Parameters

textPlane
Orientation plane
insPoint
Insertion point
textString
Text string
width
Text width. A string longer than "width" will be split on two or more lines (whole words are not split).
height
Text height
lineSpaceDistance
Spacing between the lines
alignment
Text alignment
style
The text style name (see TextStyles)
See Also

Reference

MultilineText Class
MultilineText Members
Overload List