CPolygon:Circle


The Circle method creates a circle polygon, approximated by nPts sides.

Syntax

CPolygon:Circle( nRadius )

CPolygon:Circle( nRadius, nPts )

where

    nRadius is the radius of the circle.

    nPts is the number of vertices in the polygon. If not specified, it defaults to 36.

Related Topics

Ellipse

Rect

CPolygon class