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