Click or drag to resize

BitmapDataScanWidth Property

Gets the width (in bytes) of each scan line (row) of pixel data

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public int ScanWidth { get; }

Property Value

Type: Int32
Remarks
When advancing to the next row, use this to increment the pointer. The number of bytes for each row might not be equivalent to the bytes per pixel multiplied by the width of the image.
See Also