regularPolygon(sides:)
A regular polygon with equal sides and angles.
Declaration
static func regularPolygon(sides: Int) -> ShapeMarkup.ShapeParameters
- sides:
The number of sides.
A regular polygon with equal sides and angles.
static func regularPolygon(sides: Int) -> ShapeMarkup.ShapeThe number of sides.