| FourCC Conversion (FourCC to Int32) |
implicit cast to int
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public static implicit operator int (
FourCC fourcc
)
Public Shared Widening Operator CType (
fourcc As FourCC
) As Integer
static implicit operator int (
FourCC fourcc
)
F# does not support the declaration of new casting operators.
Parameters
- fourcc
- Type: OpenCvSharpFourCC
[Missing <param name="fourcc"/> documentation for "M:OpenCvSharp.FourCC.op_Implicit(OpenCvSharp.FourCC)~System.Int32"]
Return Value
Type:
Int32[Missing <returns> documentation for "M:OpenCvSharp.FourCC.op_Implicit(OpenCvSharp.FourCC)~System.Int32"]
See Also