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