Method MakeCircle
MakeCircle(Double, Double, Double)
Construct a circle. The units of "distance" should be the same as x & y.
Declaration
public virtual ICircle MakeCircle(double x, double y, double distance)
Parameters
Type |
Name |
Description |
System.Double |
x |
|
System.Double |
y |
|
System.Double |
distance |
|
Returns
MakeCircle(IPoint, Double)
Construct a circle. The units of "distance" should be the same as x & y.
Declaration
public virtual ICircle MakeCircle(IPoint point, double distance)
Parameters
Type |
Name |
Description |
IPoint |
point |
|
System.Double |
distance |
|
Returns