Click or drag to resize

FndDPIUtilities.ScaleBitmap Method (Bitmap)

Helper method for scaling bitmaps.

Namespace:  Ifs.Fnd.Core
Assembly:  Ifs.Fnd.Core (in Ifs.Fnd.Core.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntax
C#
public static Bitmap ScaleBitmap(
	Bitmap bitmap
)

Parameters

bitmap
Type: System.Drawing.Bitmap
Bitmap containing the image to be scaled

Return Value

Type: Bitmap
A new bitmap object containing the scaled image
See Also