Class XpsPathFigure

Class XpsPathFigure

Nazwa przestrzeń: Aspose.Page.XPS.XpsModel Zgromadzenie: Aspose.Page.dll (25.4.0)

Klasy inkapsulujące elementy PathFigure.Ten element składa się z zestawu jednej lub kilku linii lub segmentów kurwy.

public class XpsPathFigure : XpsArray<xpspathsegment>

Inheritance

object XpsObject XpsArray XpsPathFigure

Dziedziczeni członkowie

XpsArray.Add(XpsPathSegment) , XpsArray.Remove(XpsPathSegment) , XpsArray.Insert(int, XpsPathSegment) , XpsArray.RemoveAt(int) , XpsArray.this[int] , XpsArray.Count , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

IsClosed

Powraca / ustawia wartość wskazującą, czy liczba drogi jest zamknięta.

public bool IsClosed { get; set; }

Wartość nieruchomości

bool

IsFilled

Wartość zwrotna / zestaw wskazuje, czy numer drogi jest używany w komputerachobszar zawierający geometrię ścieżki.

public bool IsFilled { get; set; }

Wartość nieruchomości

bool

Segments

Lista powrotna segmentów drogi dziecięcej.

public List<xpspathsegment> Segments { get; }

Wartość nieruchomości

List • < XpsPathSegment >

StartPoint

Powraca / ustawia punkt wyjścia dla pierwszego segmentu figury ścieżki.

public PointF StartPoint { get; set; }

Wartość nieruchomości

PointF

Methods

Clone()

Klonuje tę figurę ścieżki.

public XpsPathFigure Clone()

Returns

XpsPathFigure

Klona tej figury drogi.

 Polski