|  | MatType Constructor  | 
 Initializes a new instance of the 
MatType class
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
 Syntax
Syntaxpublic MatType(
	int value
)
Public Sub New ( 
	value As Integer
)
public:
MatType(
	int value
)
new : 
        value : int -> MatTypeParameters
- value
- Type: SystemInt32
 [Missing <param name="value"/> documentation for "M:OpenCvSharp.MatType.#ctor(System.Int32)"] 
 See Also
See Also