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
exception | condition |
---|---|
ArgumentException | There are no points in the path. |
See Also
- class GraphicsPath
- namespace System.Drawing.Drawing2D
- assembly Aspose.Drawing