method for resizing an image

Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public Image ResizeImage(
	Image img,
	float percentage
)

Parameters

img
Type: System.Drawing..::..Image
the image to resize
percentage
Type: System..::..Single
Percentage of change (i.e 1.5 for 150% scaling

Return Value

See Also