WebPoint Constructor (Double, Double) |
Initializes a new instance of the WebPoint class.
Namespace: ArtDatabanken.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public WebPoint(
double x,
double y
)
Public Sub New (
x As Double,
y As Double
)
public:
WebPoint(
double x,
double y
)
new :
x : float *
y : float -> WebPoint
Parameters
- x
- Type: SystemDouble
The x. - y
- Type: SystemDouble
The y.
See Also