Eyeshot 10 WinForms API Reference
Text Constructor(Plane,String,Double,alignmentType,String,Boolean)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Text Class > Text Constructor : Text Constructor(Plane,String,Double,alignmentType,String,Boolean)
Orientation plane
Text string
Text height
Text alignment
The text style name (see devDept.Eyeshot.ViewportLayout.TextStyles)
Text simplification flag
Not parallel to XY plane constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal textPlane As Plane, _
   ByVal textString As String, _
   ByVal height As Double, _
   ByVal alignment As Text.alignmentType, _
   ByVal style As String, _
   ByVal simplify As Boolean _
)
public Text( 
   Plane textPlane,
   string textString,
   double height,
   Text.alignmentType alignment,
   string style,
   bool simplify
)

Parameters

textPlane
Orientation plane
textString
Text string
height
Text height
alignment
Text alignment
style
The text style name (see devDept.Eyeshot.ViewportLayout.TextStyles)
simplify
Text simplification flag
See Also

Reference

Text Class
Text Members
Overload List