Click or drag to resize

BitmapData Constructor

Initializes a new instance of the BitmapData class

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected BitmapData(
	Image image,
	IntPtr data,
	int scanWidth,
	int bitsPerPixel,
	Object controlObject
)

Parameters

image
Type: Eto.DrawingImage
Image this data is for
data
Type: SystemIntPtr
Pointer to the bitmap data
scanWidth
Type: SystemInt32
Width of each scan row, in bytes
bitsPerPixel
Type: SystemInt32
Bits per pixel
controlObject
Type: SystemObject
Platform specific object for the bitmap data (if any)
See Also