Click or drag to resize
ImageHelperGetResizedImage Method (Int32, Int32)
Returns resized image.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public Image GetResizedImage(
	int width,
	int height
)

Parameters

width
Type: SystemInt32
Width of the resized image
height
Type: SystemInt32
Height of the resized image

Return Value

Type: Image
See Also