Class XpsPathFigure

Class XpsPathFigure

Namespace: Aspose.Page.XPS.XpsModel
Assembly: Aspose.Page.dll (25.1.2)

Klasa inkapsulująca cechy elementu PathFigure.
Element ten składa się z zestawu jednego lub więcej segmentów linii lub krzywych.

public class XpsPathFigure : XpsArray<xpspathsegment>

Dziedziczenie

objectXpsObjectXpsArray<xpspathsegment>XpsPathFigure

Członkowie dziedziczeni

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()

Właściwości

IsClosed

Zwraca/ustawia wartość wskazującą, czy figura ścieżki jest zamknięta.

public bool IsClosed { get; set; }

Wartość właściwości

bool

IsFilled

Zwraca/ustawia wartość wskazującą, czy figura ścieżki jest używana do obliczania powierzchni zawierającej geometrii ścieżki.

public bool IsFilled { get; set; }

Wartość właściwości

bool

Segments

Zwraca listę segmentów ścieżki.

public List<xpspathsegment> Segments { get; }

Wartość właściwości

List<XpsPathSegment&gt;

StartPoint

Zwraca/ustawia punkt startowy dla pierwszego segmentu figury ścieżki.

public PointF StartPoint { get; set; }

Wartość właściwości

PointF

Metody

Clone()

Klona tę figurę ścieżki.

public XpsPathFigure Clone()

Zwraca

XpsPathFigure

Klona tej figury ścieżki.

 Polski