WebPoint Constructor (Double, Double, 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,
double z,
double m
)
Public Sub New (
x As Double,
y As Double,
z As Double,
m As Double
)
public:
WebPoint(
double x,
double y,
double z,
double m
)
new :
x : float *
y : float *
z : float *
m : float -> WebPoint
Parameters
- x
- Type: SystemDouble
The x. - y
- Type: SystemDouble
The y. - z
- Type: SystemDouble
The z. - m
- Type: SystemDouble
The m.
See Also