Class XpsPathFigure

Class XpsPathFigure

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

PathFigure要素の機能をカプセル化するクラスです。
この要素は、1つ以上の線または曲線セグメントのセットで構成されています。

public class XpsPathFigure : XpsArray<xpspathsegment>

継承

objectXpsObjectXpsArray<xpspathsegment>XpsPathFigure

継承されたメンバー

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

プロパティ

IsClosed

パスフィギュアが閉じているかどうかを示す値を返します/設定します。

public bool IsClosed { get; set; }

プロパティ値

bool

IsFilled

パスフィギュアが含むパスジオメトリの面積計算に使用されるかどうかを示す値を返します/設定します。

public bool IsFilled { get; set; }

プロパティ値

bool

Segments

子パスセグメントのリストを返します。

public List<xpspathsegment> Segments { get; }

プロパティ値

List<XpsPathSegment&gt;

StartPoint

パスフィギュアの最初のセグメントの開始点を返します/設定します。

public PointF StartPoint { get; set; }

プロパティ値

PointF

メソッド

Clone()

このパスフィギュアをクローンします。

public XpsPathFigure Clone()

返り値

XpsPathFigure

このパスフィギュアのクローン。

 日本語