| MatSize Method (Int32) |
Returns a matrix size.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public int Size(
int dim
)
Public Function Size (
dim As Integer
) As Integer
public:
int Size(
int dim
)
member Size :
dim : int -> int
Parameters
- dim
- Type: SystemInt32
[Missing <param name="dim"/> documentation for "M:OpenCvSharp.Mat.Size(System.Int32)"]
Return Value
Type:
Int32[Missing <returns> documentation for "M:OpenCvSharp.Mat.Size(System.Int32)"]
See Also