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