Class XpsPathFigure
XpsPathFigure class
PathFigure 要素の機能をカプセル化するクラス. この要素は、1 つまたは複数の直線または曲線セグメントのセットで構成されます.
public class XpsPathFigure : XpsArray<XpsPathSegment>
プロパティ
| 名前 | 説明 |
|---|---|
| Count { get; } | |
| IsClosed { get; set; } | パス図形が閉じているかどうかを示す値を返す/設定します. |
| IsFilled { get; set; } | 含まれるパス ジオメトリの 領域の計算にパス図が使用されるかどうかを示す値を返す/設定します。 |
| Item { get; } | |
| Segments { get; } | 子パス セグメントのリストを返します。 |
| StartPoint { get; set; } | パス図の最初のセグメントの開始点を返す/設定します。 |
メソッド
| 名前 | 説明 |
|---|---|
| Add(XpsPathSegment) | |
| Clone() | このパス図を複製します。 |
| Insert(int, XpsPathSegment) | |
| Remove(XpsPathSegment) | |
| RemoveAt(int) |
関連項目
- class XpsArray<T>
- class XpsPathSegment
- 名前空間 Aspose.Page.XPS.XpsModel
- 組み立て Aspose.Page