Class XpsPathGeometry
XpsPathGeometry class
PathGeometry プロパティ要素の機能をカプセル化するクラス。 この要素には、Figures 属性または子 PathFigure 要素を持つ で指定された一連のパス図が含まれます。
public sealed class XpsPathGeometry : XpsArray<XpsPathFigure>
プロパティ
名前 | 説明 |
---|---|
Count { get; } | |
FillRule { get; set; } | geometry 形状の交差領域を結合して領域を形成する方法を指定する値を返す/設定します. |
Item { get; } | |
PathFigures { get; } | 子パス図のリストを返します。 |
Transform { get; set; } | ローカル マトリックス変換を確立するアフィン変換マトリックスを返す/設定します パス ジオメトリのすべての子要素と子孫要素に適用されます 塗りつぶし、クリッピング、またはストロークに使用されます. |
メソッド
名前 | 説明 |
---|---|
Add(XpsPathFigure) | |
AddSegment(XpsPathSegment) | 最後のパス図の子セグメントのリストにパス セグメントを追加します。 |
Clone() | このパス ジオメトリを複製します。 |
Insert(int, XpsPathFigure) | |
InsertSegment(int, XpsPathSegment) | の子セグメントのリストにパス セグメントを挿入します の最後のパス図index位置. |
Remove(XpsPathFigure) | |
RemoveAt(int) | |
RemoveSegment(XpsPathSegment) | 最後のパス図の子セグメントのリストからパス セグメントを削除します。 |
RemoveSegmentAt(int) | の子セグメントのリストからパス セグメントを削除します の最後のパス図index位置. |
関連項目
- class XpsArray<T>
- class XpsPathFigure
- 名前空間 Aspose.Page.XPS.XpsModel
- 組み立て Aspose.Page