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

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

    Parameters

    textPlane
    insPoint
    width
    height
    lineSpaceDistance
    alignment
    See Also