Initializes a new instance of the
Point2f class
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic Point2f(
float x,
float y
)
Public Sub New (
x As Single,
y As Single
)
public:
Point2f(
float x,
float y
)
new :
x : float32 *
y : float32 -> Point2f
OpenCvSharp.Point2f = function(x, y);
Parameters
- x
- Type: SystemSingle
- y
- Type: SystemSingle
See Also