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

NameDescription
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.
countNone

Indexer

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

Methods

NameDescription
clone()Clones this path figure.
add(obj)None
remove(obj)None
insert(index, obj)None
remove_at(index)None

See Also