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