GraphicsPath.PathTypes

GraphicsPath.PathTypes property

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

public byte[] PathTypes { get; }

Return Value

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

See Also