DocumentUtils.CreateRegularCircumscribedNGon
DocumentUtils.CreateRegularCircumscribedNGon method
Creates a path geometry representing a regular n-gon circumscribed around a circle.
public XpsPathGeometry CreateRegularCircumscribedNGon(int n, PointF center, float radius)
Parameter | Type | Description |
---|---|---|
n | Int32 | The number of vertices. |
center | PointF | The center of the circle. |
radius | Single | The radius of the circle. |
Return Value
The XPS path geometry.
See Also
- class XpsPathGeometry
- class DocumentUtils
- namespace Aspose.Page.XPS
- assembly Aspose.Page