AppleCGPathEllipse - UBogun/Xojo-iosLib GitHub Wiki

Inherits from AppleCGPath
Memory leak check: not yet done
Status: Complete

This is a convenience CGPath subclass for fast creating of immutable Ellipse Paths.

##Constructors Constructor (aRect As NSRect): Creates an ellipse that fits into the rectangle.

Constructor (Radius As Double): Creates an Circle with the named radius.