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