Property Stride
Stride
Gets the number of bytes in a single row (scan line) of the image.
public int Stride { get; }
Property Value
Remarks
The stride may be negative for bottom-up images; use Abs(int) to obtain the absolute row size in bytes.