Class XpsPathFigure

XpsPathFigure class

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

public class XpsPathFigure : XpsArray<XpsPathSegment>

Properties

NameDescription
Count { get; }
IsClosed { get; set; }Returns/sets the value indicating whether the path figure is closed.
IsFilled { get; set; }Returns/sets value indicating whether the path figure is used in computing the area of the containing path geometry.
Item { get; }
Segments { get; }Return list of child path segments.
StartPoint { get; set; }Returns/sets the starting point for the first segment of the path figure.

Methods

NameDescription
Add(XpsPathSegment)
Clone()Clones this path figure.
Insert(int, XpsPathSegment)
Remove(XpsPathSegment)
RemoveAt(int)

See Also