| Point2f Constructor |
Initializes a new instance of the
Point2f class
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public 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
Parameters
- x
- Type: SystemSingle
[Missing <param name="x"/> documentation for "M:OpenCvSharp.Point2f.#ctor(System.Single,System.Single)"]
- y
- Type: SystemSingle
[Missing <param name="y"/> documentation for "M:OpenCvSharp.Point2f.#ctor(System.Single,System.Single)"]
See Also