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)
ParameterTypeDescription
centerSystem::Drawing::PointFThe center point of the circle.
radiusfloatThe radius of the circle.

ReturnValue

The XPS path geometry.

See Also