LineType.CheckPattern Method

Checks if the pattern has: more than one value, alternate sign for penDown/penUp or values are not all zero.
Public Shared Function CheckPattern( _ 
ByVal pattern As Single(), _ 
ByVal throwEx As Boolean, _ 
ByRef sum As Single
) As Boolean
This language is not supported or no code example is available.
public static bool CheckPattern( 
float[] pattern
bool throwEx
out float sum 
)
This language is not supported or no code example is available.

Parameters

pattern
float[]

throwEx
bool

sum
float

Return Value

bool
Remarks
 
A null pattern or a pattern with 0 elements means that the line is continuous.

.NET Framework

Supported in: 4.8

In this article

Definition