| FourCCFromInt32 Method |
cast from int
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public static FourCC FromInt32(
int code
)
Public Shared Function FromInt32 (
code As Integer
) As FourCC
public:
static FourCC FromInt32(
int code
)
static member FromInt32 :
code : int -> FourCC
Parameters
- code
- Type: SystemInt32
[Missing <param name="code"/> documentation for "M:OpenCvSharp.FourCC.FromInt32(System.Int32)"]
Return Value
Type:
FourCC[Missing <returns> documentation for "M:OpenCvSharp.FourCC.FromInt32(System.Int32)"]
See Also