Click or drag to resize

FourCCFromString Method

Create from string (length == 4)

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static FourCC FromString(
	string code
)

Parameters

code
Type: SystemString

[Missing <param name="code"/> documentation for "M:OpenCvSharp.FourCC.FromString(System.String)"]

Return Value

Type: FourCC

[Missing <returns> documentation for "M:OpenCvSharp.FourCC.FromString(System.String)"]

See Also