Method MakePoint
MakePoint(Double, Double)
Construct a point.
Declaration
public virtual IPoint MakePoint(double x, double y)
Parameters
Type | Name | Description |
---|---|---|
System.Double | x | |
System.Double | y |
Returns
Type | Description |
---|---|
IPoint |