LineType.GetPenDowns Method

Protected Friend Shared Sub GetPenDowns( _ 
ByVal seg As Segment3D, _ 
ByVal pattern As Single(), _ 
ByVal scale As Single, _ 
ByRef penDownList As Segment3D(), _ 
ByRef index As Integer, _ 
ByRef excess As Double
)
This language is not supported or no code example is available.
internal protected static void GetPenDowns( 
Segment3D seg
float[] pattern
float scale
out Segment3D[] penDownList
ref int index
ref double excess 
)
This language is not supported or no code example is available.

Parameters

seg
Segment3D

pattern
float[]

scale
float

penDownList
Segment3D[]

index
int

excess
double

.NET Framework

Supported in: 4.8

In this article

Definition