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

PropertyDescription
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.
count

Indexer

NameDescription
[index]

Methods

MethodDescription
add_segmentAdds a path segment to the list of child segments of the last pah figure.
insert_segmentInserts a path segment to the list of child segments of
the last path figure at index position.
remove_segmentRemoves a path segment from the list of child segments of the last path figure.
remove_segment_atRemoves a path segment from the list of child segments of
the last path figure at index position.
cloneClones this path geometry.
add
remove
insert
remove_at

See Also