XPoint Constructor (Double, Double) |
Initializes a new instance of the
XPoint class.
Namespace:
Biolomics.SharedClasses
Assembly:
Biolomics.SharedClasses (in Biolomics.SharedClasses.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public XPoint(
double p_X,
double p_Y
)
Public Sub New (
p_X As Double,
p_Y As Double
)
Parameters
- p_X
- Type: SystemDouble
The x. - p_Y
- Type: SystemDouble
The y.
See Also