Click or drag to resize

CommonResizeBitmap Method

Resize bitmap using high quality interpolation

Namespace:  MediaCy.Controls.Common.Vb
Assembly:  MediaCy.Controls.Common.Vb (in MediaCy.Controls.Common.Vb.dll) Version: 3.1.0.0
Syntax
VB
Public Shared Function ResizeBitmap ( 
	Image As Bitmap,
	newWidth As Integer,
	newHeight As Integer
) As Bitmap

Parameters

Image
Type: System.DrawingBitmap
newWidth
Type: SystemInt32
newHeight
Type: SystemInt32

Return Value

Type: Bitmap
Remarks