Aspose::Page::XPS::DocumentUtils 类
DocumentUtils class
此类提供了超出正式 XPS 操作 API 的实用功能。
class DocumentUtils : public System::Object
方法
| 方法 | 描述 |
|---|---|
| CreateCircle(System::Drawing::PointF, float) | 创建表示圆形的路径几何体。 |
| CreateCircularSegment(System::Drawing::PointF, float, float, float) | 创建表示两个角度之间圆形段的路径几何体。 |
| CreateEllipse(System::Drawing::PointF, float, float) | 创建表示椭圆的路径几何体。 |
| CreateImage(System::String, System::Drawing::RectangleF, ImageMode) | 创建一个填充图像的矩形路径。 |
| CreatePieSlice(System::Drawing::PointF, float, float, float) | 创建表示两条径向射线之间圆形切片的路径几何体。 |
| CreateRectangle(System::Drawing::RectangleF) | 创建表示矩形的路径几何体。 |
| CreateRegularCircumscribedNGon(int32_t, System::Drawing::PointF, float) | 创建表示外切于圆的正 n 边形的路径几何体。 |
| CreateRegularInscribedNGon(int32_t, System::Drawing::PointF, float) | 创建表示内接于圆的正 n 边形的路径几何体。 |
另见
- Class Object
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++