GraphicsPath.PathTypes

GraphicsPath.PathTypes property

Gets the types of the corresponding points in the PathPoints array.

public byte[] PathTypes { get; }

Property Value

An array of bytes that specifies the types of the corresponding points in the path.

Exceptions

exceptioncondition
ArgumentExceptionThere are no points in the path.

See Also