Click or drag to resize

IndexedBitmapIHandlerResize Method

Resizes the bitmap to the specified size

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void Resize(
	int width,
	int height
)

Parameters

width
Type: SystemInt32
New width of the bitmap
height
Type: SystemInt32
New height of the bitmap
See Also