ImageResizeResizeImage Method

Definition

Namespace: Centralpoint.Web.HttpHandlers
Assembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static void ResizeImage(
	HttpContext context,
	string path,
	string name,
	string ext,
	int width,
	int height,
	bool enlarge
)

Parameters

context  HttpContext
 
path  String
 
name  String
 
ext  String
 
width  Int32
 
height  Int32
 
enlarge  Boolean
 

See Also