Aspose::Page::XPS::DocumentUtils::CreateCircle method
DocumentUtils::CreateCircle method
Creates a path geometry representing a circle.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::DocumentUtils::CreateCircle(System::Drawing::PointF center, float radius)
Parameter | Type | Description |
---|---|---|
center | System::Drawing::PointF | The center point of the circle. |
radius | float | The radius of the circle. |
ReturnValue
The XPS path geometry.
See Also
- Typedef SharedPtr
- Class XpsPathGeometry
- Class PointF
- Class DocumentUtils
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++