Point2f Conversion (Point2f to Vec2f)
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic static implicit operator Vec2f (
Point2f point
)
Public Shared Widening Operator CType (
point As Point2f
) As Vec2f
static implicit operator Vec2f (
Point2f point
)
F# does not support the declaration of new casting operators.
JavaScript does not support the declaration of new casting operators.
Parameters
- point
- Type: OpenCvSharpPoint2f
Return Value
Type:
Vec2f
See Also