XpsPathGeometry class

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: XpsPathGeometryXpsObject

The XpsPathGeometry type exposes the following members:

Properties

NameDescription
fill_ruleReturns/sets the value specifying how the intersecting areas of geometric
shapes are combined to form a region.
transformReturns/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_figuresReturns list of child path figures.
countNone

Indexer

NameDescription
[index]Returns an item at the specified index.

Methods

NameDescription
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