BitmapData.Stride
BitmapData.Stride property
Gets or sets the stride width (also called scan width) of the Bitmap object.
public int Stride { get; set; }
Return Value
The stride width, in bytes, of the Bitmap object.
See Also
- class BitmapData
- namespace System.Drawing.Imaging
- assembly Aspose.Drawing