create_regular_inscribed_n_gon method

create_regular_inscribed_n_gon

Creates a path geometry representing a regular n-gon inscribed in a circle.

Returns

The XPS path geometry.

def create_regular_inscribed_n_gon(self, n, center, radius):
    ...
ParameterTypeDescription
nintThe number of vertices.
centeraspose.pydrawing.PointFThe center of the circle.
radiusfloatThe radius of the circle.

See Also