DocumentUtils.CreateRegularInscribedNGon
DocumentUtils.CreateRegularInscribedNGon method
Creates a path geometry representing a regular n-gon inscribed in a circle.
public XpsPathGeometry CreateRegularInscribedNGon(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