Click or drag to resize
BitmapExtrasResizeBitmap Method

Namespace: ANDREICSLIB.ClassExtras
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Bitmap ResizeBitmap(
	Bitmap sourceBMP,
	int width,
	int height,
	bool antiAlias = false
)

Parameters

sourceBMP
Type: System.DrawingBitmap
width
Type: SystemInt32
height
Type: SystemInt32
antiAlias (Optional)
Type: SystemBoolean

Return Value

Type: Bitmap
See Also