Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Text Class / Text Constructor / Text Constructor(Plane,Point3D,Double,alignmentType)

In This Topic
    Text Constructor(Plane,Point3D,Double,alignmentType)
    In This Topic
    Syntax
    'Declaration
     
    Protected Function New( _
       ByVal textPlane As Plane, _
       ByVal insPoint As Point3D, _
       ByVal height As Double, _
       ByVal alignment As Text.alignmentType _
    )
    protected Text( 
       Plane textPlane,
       Point3D insPoint,
       double height,
       Text.alignmentType alignment
    )

    Parameters

    textPlane
    insPoint
    height
    alignment
    See Also