Initializes a new instance of the
Coordinate class.
Namespace:
EasyScriptAPI
Assembly:
EasyScriptAPI (in EasyScriptAPI.dll) Version: 3.5.29.0 (3.5.29.0)
Syntax public Coordinate(
double x,
double y
)
Public Sub New (
x As Double,
y As Double
)
public:
Coordinate(
double x,
double y
)
new :
x : float *
y : float -> Coordinate
Parameters
- x
- Type: SystemDouble
the x value of the coordinate - y
- Type: SystemDouble
the y value of the coordinate
See Also