Click or drag to resize
BitmapExtrasStretchBitmap Method

Namespace: ANDREICSLIB.ClassExtras
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Bitmap StretchBitmap(
	Bitmap sourceBMP,
	int width,
	int height
)

Parameters

sourceBMP
Type: System.DrawingBitmap
width
Type: SystemInt32
height
Type: SystemInt32

Return Value

Type: Bitmap
See Also