Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / MultilineText Class / MultilineText Constructor / MultilineText Constructor(Plane,String,Double,Double,Double)
Orientation plane
Text string
Text width. A string longer than "width" will be split on two or more lines (whole words are not split).
Text height
Spacing between the lines

In This Topic
    MultilineText Constructor(Plane,String,Double,Double,Double)
    In This Topic
    Not parallel to XY plane constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal textPlane As Plane, _
       ByVal textString As String, _
       ByVal width As Double, _
       ByVal height As Double, _
       ByVal lineSpaceDistance As Double _
    )
    public MultilineText( 
       Plane textPlane,
       string textString,
       double width,
       double height,
       double lineSpaceDistance
    )

    Parameters

    textPlane
    Orientation plane
    textString
    Text string
    width
    Text width. A string longer than "width" will be split on two or more lines (whole words are not split).
    height
    Text height
    lineSpaceDistance
    Spacing between the lines
    See Also