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

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Text Class > Text Constructor : Text Constructor(Point3D,String,Double,alignmentType,String,Boolean)
Insertion point
Text string
Text height
Text alignment
The text style name (see devDept.Eyeshot.ViewportLayout.TextStyles)
Text simplification flag
Standard constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal insPoint As Point3D, _
   ByVal textString As String, _
   ByVal height As Double, _
   ByVal alignment As Text.alignmentType, _
   ByVal style As String, _
   ByVal simplify As Boolean _
)
public Text( 
   Point3D insPoint,
   string textString,
   double height,
   Text.alignmentType alignment,
   string style,
   bool simplify
)

Parameters

insPoint
Insertion point
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