Text.ConvertToRegions Method

Converts the text outlines to a list of regions.
Public Function ConvertToRegions( _ 
ByVal environment As Environment
) As Region()
This language is not supported or no code example is available.
public Region[] ConvertToRegions( 
Environment environment 
)
This language is not supported or no code example is available.

Parameters

environment
Environment

The environment parent control

Return Value

Region[]

The array of regions

Exception type Condition

EyeshotException

Thrown when the text to convert has an SHX font style.

.NET Framework

Supported in: 4.8

In this article

Definition