| MatStep Method (Int32) |
Returns number of bytes each matrix row occupies.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public long Step(
int i
)
Public Function Step (
i As Integer
) As Long
public:
long long Step(
int i
)
member Step :
i : int -> int64
Parameters
- i
- Type: SystemInt32
[Missing <param name="i"/> documentation for "M:OpenCvSharp.Mat.Step(System.Int32)"]
Return Value
Type:
Int64[Missing <returns> documentation for "M:OpenCvSharp.Mat.Step(System.Int32)"]
See Also