Aspose::Page::XPS::DocumentUtils::CreatePieSlice method
DocumentUtils::CreatePieSlice method
두 방사선 사이의 원 조각을 나타내는 경로 기하학을 생성합니다.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::DocumentUtils::CreatePieSlice(System::Drawing::PointF center, float radius, float startAngle, float endAngle)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| center | System::Drawing::PointF | 원의 중심. |
| radius | float | 원의 반경. |
| startAngle | float | 시작 광선의 각도. |
| endAngle | float | 끝 광선의 각도. |
ReturnValue
XPS 경로 기하학.
또 보기
- Typedef SharedPtr
- Class XpsPathGeometry
- Class PointF
- Class DocumentUtils
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++