Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Text Class / PrepareText Method

In This Topic
    PrepareText Method (Text)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub PrepareText( _
       ByVal myText As String, _
       ByVal data As RegenParams, _
       ByRef widthFactor As Double, _
       ByRef width As Double, _
       ByRef descend As Double, _
       ByRef boxMin As Point3D, _
       ByRef boxMax As Point3D _
    ) 
    protected virtual void PrepareText( 
       string myText,
       RegenParams data,
       ref double widthFactor,
       out double width,
       out double descend,
       out Point3D boxMin,
       out Point3D boxMax
    )

    Parameters

    myText
    data
    widthFactor
    width
    descend
    boxMin
    boxMax
    See Also