Aspose::Page::XPS::DocumentUtils::CreateCircularSegment method
DocumentUtils::CreateCircularSegment method
두 각도 사이의 원호 구간을 나타내는 경로 기하학을 생성합니다.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::DocumentUtils::CreateCircularSegment(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++