Click or drag to resize

BitmapIHandlerCreate Method (Image, Int32, Int32, ImageInterpolation)

Create a new scaled bitmap with the specified width and height

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void Create(
	Image image,
	int width,
	int height,
	ImageInterpolation interpolation
)

Parameters

image
Type: Eto.DrawingImage
Image to scale
width
Type: SystemInt32
Width to scale the source image to
height
Type: SystemInt32
Height to scale the source image to
interpolation
Type: Eto.DrawingImageInterpolation
Interpolation quality
See Also