Text.ConvertToSurfaces Method

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

Parameters

environment
Environment

The environment parent control

Return Value

Surface[]

The array of surfaces

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