|
Point Constructor
|
Initializes a new instance of the
Point structure.
Namespace:
Accord
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public Point(
float x,
float y
)
Public Sub New (
x As Single,
y As Single
)
Request Example
View SourceParameters
- x
- Type: SystemSingle
X axis coordinate. - y
- Type: SystemSingle
Y axis coordinate.
See Also