XpsPathGeometry class
Contents
[
Hide
]XpsPathGeometry class
Class incapsulating PathGeometry property element features.
This element contains a set of path figures specified either with the Figures attribute or
with a child PathFigure element.
Inheritance: XpsPathGeometry
→ XpsObject
The XpsPathGeometry type exposes the following members:
Properties
Name | Description |
---|---|
fill_rule | Returns/sets the value specifying how the intersecting areas of geometric shapes are combined to form a region. |
transform | Returns/sets the affine transformation matrix establishing the local matrix transformation that is applied to all child and descendant elements of the path geometry before it is used for filling, clipping, or stroking. |
path_figures | Returns list of child path figures. |
count | None |
Indexer
Name | Description |
---|---|
[index] | Returns an item at the specified index. |
Methods
Name | Description |
---|---|
add_segment(segment) | Adds a path segment to the list of child segments of the last pah figure. |
insert_segment(index, segment) | Inserts a path segment to the list of child segments of the last path figure at |
remove_segment(segment) | Removes a path segment from the list of child segments of the last path figure. |
remove_segment_at(index) | Removes a path segment from the list of child segments of the last path figure at |
clone() | Clones this path geometry. |
add(obj) | Adds a path segment to the list of child segments of the last pah figure. |
remove(obj) | None |
insert(index, obj) | Inserts a path segment to the list of child segments of the last path figure at |
remove_at(index) | None |
See Also
- module
aspose.page.xps.xpsmodel
- package
aspose.page