Construct the Point given a horizontal and
vertical component.
Namespace: WebSupergoo.WordGlue4
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public Point(
double x,
double y
)
Public Sub New (
x As Double,
y As Double
)
new :
x : float *
y : float -> Point
Parameters
- x
- Type: SystemDouble
Horizontal component.
- y
- Type: SystemDouble
Vertical component.
See Also