Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Text Class / Text Constructor / Text Constructor(Double,Double,Double,String,Double,alignmentType,String)
Position along X axis
Position along Y axis
Elevation
Text string
Text height
Text alignment
The text style name (see devDept.Eyeshot.ViewportLayout.TextStyles)

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

    Parameters

    x
    Position along X axis
    y
    Position along Y axis
    z
    Elevation
    textString
    Text string
    height
    Text height
    alignment
    Text alignment
    styleName
    The text style name (see devDept.Eyeshot.ViewportLayout.TextStyles)
    See Also