Subpath Class |
A disconnected subpath.
A container for connected path segments.public class Subpath : NativeObject, IList<PathSegment>, ICollection<PathSegment>, IEnumerable<PathSegment>, IEnumerable
The Subpath type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | ||
| IsClosed | If , the Subpath represents a closed curve. | |
| IsReadOnly | ||
| Item | ||
| StartPoint | The start point of the Subpath. |
| Name | Description | |
|---|---|---|
| Contains | ||
| CopyTo | ||
| Equals | (Inherited from NativeObject) | |
| GetEnumerator | ||
| GetHashCode | (Inherited from NativeObject) | |
| IndexOf | ||
| Insert |