Text.ConvertToCurves (Environment, out ICurve(), out ICurve()()) Method

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

Parameters

environment
Environment

The environment parent control

outers
ICurve[]

The outer loops

inners
ICurve[][]

The inner loops belonging to each outer loops

.NET Framework

Supported in: 4.8

In this article

Definition