XpsPathFigure class

XpsPathFigure class

Class incapsulating PathFigure element features. This element is composed of a set of one or more line or curve segments.

Inheritance: XpsPathFigureXpsObject

The XpsPathFigure type exposes the following members:

Properties

PropertyDescription
segmentsReturn list of child path segments.
is_closedReturns/sets the value indicating whether the path figure is closed.
start_pointReturns/sets the starting point for the first segment of the path figure.
is_filledReturns/sets value indicating whether the path figure is used in computing
the area of the containing path geometry.
count

Indexer

NameDescription
[index]

Methods

MethodDescription
cloneClones this path figure.
add
remove
insert
remove_at

See Also