Text.ConvertToLinearPaths (Double, Environment) Method

Converts the text outlines to LinearPath.
Public Function ConvertToLinearPaths( _ 
ByVal deviation As Double, _ 
ByVal environment As Environment
) As LinearPath()
This language is not supported or no code example is available.
public LinearPath[] ConvertToLinearPaths( 
double deviation
Environment environment 
)
This language is not supported or no code example is available.

Parameters

deviation
double

The maximum deviation

environment
Environment

The environment parent control

Return Value

LinearPath[]

The array of LinearPaths

.NET Framework

Supported in: 4.8

In this article

Definition