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; }
Public ReadOnly Property ScanWidth As Integer
Get
member ScanWidth : int with get
Property Value
Type:
Int32Remarks
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