Aspose::Page::XPS::DocumentUtils::CreateCircularSegment method

DocumentUtils::CreateCircularSegment method

Creates a path geometry representing a circular segment between two angles.

System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::DocumentUtils::CreateCircularSegment(System::Drawing::PointF center, float radius, float startAngle, float endAngle)
ParameterTypeDescription
centerSystem::Drawing::PointFThe center of the circle.
radiusfloatThe radius of the circle.
startAnglefloatThe starting angle.
endAnglefloatThe ending angle.

ReturnValue

The XPS path geometry.

See Also