|
|
|
|
| Represents a series of connected lines and curves. |
|
|
|
|
|
|
|
|
|
|
System.Object
WebSupergoo.ImageGlue8.PathData
|
|
|
|
|
|
|
|
|
|
This class is sealed. It cannot be derived from.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Property
|
|
Description
|
|
|
|
|
|
|
|
|
Points
|
|
Gets the points in the path. The points in this array should be
treated as read only. To update the values you should modify the
array and then call new GraphicsPath, passing in the updated points
and types. |
|
|
|
|
|
|
|
|
Types
|
|
Gets the point types in the path. Cast the byte value to a
PathPointType enum for a more descriptive value. The types in this
array should be treated as read only. To update the values you
should modify the array and then call new GraphicsPath, passing in
the updated points and types. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
None.
|