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