Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Text Class / ConvertToSurfaces Method
The viewportLayout parent control

In This Topic
    ConvertToSurfaces Method (Text)
    In This Topic
    Converts the text outlines to a list of surfaces.
    Syntax
    'Declaration
     
    Public Function ConvertToSurfaces( _
       ByVal viewportLayout As ViewportLayout _
    ) As Surface()
    public Surface[] ConvertToSurfaces( 
       ViewportLayout viewportLayout
    )

    Parameters

    viewportLayout
    The viewportLayout parent control

    Return Value

    The array of surfaces
    Exceptions
    ExceptionDescription
    Thrown when the text to convert has an SHX font style.
    See Also