Point2f Conversion (Point to Point2f)
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic static implicit operator Point2f (
Point point
)
Public Shared Widening Operator CType (
point As Point
) As Point2f
static implicit operator Point2f (
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:
Point2f
See Also