Collapse All
Expand All
C#
AForge.NET Framework
IntPoint Constructor
IntPoint Structure
See Also
Send Feedback
Initializes a new instance of the
IntPoint
structure.
Namespace:
AForge
Assembly:
AForge
(in AForge.dll) Version: 2.2.3.0 (2.2.3.0)
Syntax
C#
public
IntPoint
(
int
x
,
int
y
)
Parameters
x
Type:
System
.
.
::
.
Int32
X axis coordinate.
y
Type:
System
.
.
::
.
Int32
Y axis coordinate.
See Also
IntPoint Structure
AForge Namespace