Class XpsPathFigure
Contents
[
Hide
]XpsPathFigure class
Class incapsulating PathFigure element features. This element is composed of a set of one or more line or curve segments.
public class XpsPathFigure : XpsArray<XpsPathSegment>
Properties
| Name | Description | 
|---|---|
| Count { get; } | |
| IsClosed { get; set; } | Returns/sets the value indicating whether the path figure is closed. | 
| IsFilled { get; set; } | Returns/sets value indicating whether the path figure is used in computing the area of the containing path geometry. | 
| Item { get; } | |
| Segments { get; } | Return list of child path segments. | 
| StartPoint { get; set; } | Returns/sets the starting point for the first segment of the path figure. | 
Methods
| Name | Description | 
|---|---|
| Add(XpsPathSegment) | |
| Clone() | Clones this path figure. | 
| Insert(int, XpsPathSegment) | |
| Remove(XpsPathSegment) | |
| RemoveAt(int) | 
See Also
- class XpsArray<T>
 - class XpsPathSegment
 - namespace Aspose.Page.XPS.XpsModel
 - assembly Aspose.Page