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