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

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

    Parameters

    viewportLayout
    The viewportLayout parent control

    Return Value

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