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