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

In This Topic
    GetSHXOutlines Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Sub GetSHXOutlines( _
       ByVal text As String, _
       ByVal transf As Transformation, _
       ByVal fsd As FontStyleData, _
       ByRef outers As ICurve(), _
       ByRef inners As devDept.Eyeshot.Entities.ICurve[]() _
    ) 
    protected void GetSHXOutlines( 
       string text,
       Transformation transf,
       FontStyleData fsd,
       out ICurve[] outers,
       out devDept.Eyeshot.Entities.ICurve[][] inners
    )

    Parameters

    text
    transf
    fsd
    outers
    inners
    See Also