Path Class |
Paths define shapes, trajectories, and regions of all sorts.
A path is made up of one or more disconnected subpaths, each comprising a sequence of connected segments. The topology of the path is unrestricted: it can be concave or convex, can contain multiple subpaths representing disjoint areas, and can intersect itself in arbitrary ways.public class Path : NativeObject, IEnumerable<Subpath>, IEnumerable
The Path type exposes the following members.
Name | Description | |
---|---|---|
Equals | (Inherited from NativeObject) | |
GetEnumerator | ||
GetHashCode | (Inherited from NativeObject) |