XpsDocument.CreatePathGeometry
İçindekiler
[
Saklamak
]CreatePathGeometry()
Yeni bir yol geometrisi oluşturur.
public XpsPathGeometry CreatePathGeometry()
Geri dönüş değeri
Yeni yol geometrisi.
Ayrıca bakınız
- class XpsPathGeometry
- class XpsDocument
- ad alanı Aspose.Page.XPS
- toplantı Aspose.Page
CreatePathGeometry(List<XpsPathFigure>)
Belirtilen yol rakamları listesiyle yeni bir yol geometrisi oluşturur.
public XpsPathGeometry CreatePathGeometry(List<XpsPathFigure> pathFigures)
Parametre | Tip | Tanım |
---|---|---|
pathFigures | List`1 | Yol figürlerinin listesi. |
Geri dönüş değeri
Yeni yol geometrisi.
Ayrıca bakınız
- class XpsPathGeometry
- class XpsPathFigure
- class XpsDocument
- ad alanı Aspose.Page.XPS
- toplantı Aspose.Page
CreatePathGeometry(string)
Kısaltılmış formla belirtilen yeni bir yol geometrisi oluşturur.
public XpsPathGeometry CreatePathGeometry(string abbreviatedGeometry)
Parametre | Tip | Tanım |
---|---|---|
abbreviatedGeometry | String | Yol geometrisinin kısaltılmış biçimi. |
Geri dönüş değeri
Yeni yol geometrisi.
Ayrıca bakınız
- class XpsPathGeometry
- class XpsDocument
- ad alanı Aspose.Page.XPS
- toplantı Aspose.Page