public static WithinCircle ( string name, double centerX, double centerY, double radius ) : |
||
name | string | The name of the element to test. |
centerX | double | The x coordinate of the origin. |
centerY | double | The y coordinate of the origin. |
radius | double | The radius of the circle. |
return |