Class XpsPathFigure
Namespace: Aspose.Page.XPS.XpsModel
Assembly: Aspose.Page.dll (25.1.2)
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>
Inheritance
object ← XpsObject ← XpsArray<xpspathsegment> ← XpsPathFigure
Inherited Members
XpsArray<xpspathsegment>.Add(XpsPathSegment), XpsArray<xpspathsegment>.Remove(XpsPathSegment), XpsArray<xpspathsegment>.Insert(int, XpsPathSegment), XpsArray<xpspathsegment>.RemoveAt(int), XpsArray<xpspathsegment>.this[int], XpsArray<xpspathsegment>.Count, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
IsClosed
Returns/sets the value indicating whether the path figure is closed.
public bool IsClosed { get; set; }
Property Value
IsFilled
Returns/sets value indicating whether the path figure is used in computing the area of the containing path geometry.
public bool IsFilled { get; set; }
Property Value
Segments
Return list of child path segments.
public List<xpspathsegment> Segments { get; }
Property Value
List<XpsPathSegment>
StartPoint
Returns/sets the starting point for the first segment of the path figure.
public PointF StartPoint { get; set; }
Property Value
Methods
Clone()
Clones this path figure.
public XpsPathFigure Clone()
Returns
Clone of this path figure. </xpspathsegment></xpspathsegment></xpspathsegment></xpspathsegment></xpspathsegment></xpspathsegment></xpspathsegment>