Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Text Class / Text Constructor / Text Constructor(Point3D,String,Double,alignmentType)
Insertion point
Text string
Text height
Text alignment

In This Topic
    Text Constructor(Point3D,String,Double,alignmentType)
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal insPoint As Point3D, _
       ByVal textString As String, _
       ByVal height As Double, _
       ByVal alignment As Text.alignmentType _
    )
    public Text( 
       Point3D insPoint,
       string textString,
       double height,
       Text.alignmentType alignment
    )

    Parameters

    insPoint
    Insertion point
    textString
    Text string
    height
    Text height
    alignment
    Text alignment
    See Also