| Vec2f Constructor |
Initializer
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public Vec2f(
float item0,
float item1
)
Public Sub New (
item0 As Single,
item1 As Single
)
public:
Vec2f(
float item0,
float item1
)
new :
item0 : float32 *
item1 : float32 -> Vec2f
Parameters
- item0
- Type: SystemSingle
[Missing <param name="item0"/> documentation for "M:OpenCvSharp.Vec2f.#ctor(System.Single,System.Single)"]
- item1
- Type: SystemSingle
[Missing <param name="item1"/> documentation for "M:OpenCvSharp.Vec2f.#ctor(System.Single,System.Single)"]
See Also