Text.ConvertToLinearPaths (Double, Environment, out LinearPath(), out LinearPath()()) Method

Converts the text outlines to LinearPath, separating outer and inner loops.
Public Sub ConvertToLinearPaths( _ 
ByVal deviation As Double, _ 
ByVal environment As Environment, _ 
ByRef outers As LinearPath(), _ 
ByRef inners As LinearPath()() _ 
)
This language is not supported or no code example is available.
public void ConvertToLinearPaths( 
double deviation
Environment environment
out LinearPath[] outers
out LinearPath[][] inners 
)
This language is not supported or no code example is available.

Parameters

deviation
double

The maximum deviation

environment
Environment

The environment parent control

outers
LinearPath[]

The outer loops

inners
LinearPath[][]

The inner loops belonging to each outer loops

.NET Framework

Supported in: 4.8

In this article

Definition