Image Area Circle Constructor
There are four overloads for the constructor
Overload List
| ImageAreaCircle | Default constructor |
| ImageAreaCircle(Point, Int32) | Constructor. This version takes the center point and radius. |
| ImageAreaCircle(Point, Int32, String) | Constructor. This version takes the center point, radius, and the URL to which to navigate when clicked. |
| ImageAreaCircle(Point, Int32, String, String) | Constructor. This version takes the center point, radius, the URL to which to navigate when clicked, and a tool tip. |