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