ImageResizeResizeImage Method
Namespace: Centralpoint.Web.HttpHandlersAssembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
public static void ResizeImage(
HttpContext context,
string path,
string name,
string ext,
int width,
int height,
bool enlarge
)
Public Shared Sub ResizeImage (
context As HttpContext,
path As String,
name As String,
ext As String,
width As Integer,
height As Integer,
enlarge As Boolean
)
Parameters
- context HttpContext
-
- path String
-
- name String
-
- ext String
-
- width Int32
-
- height Int32
-
- enlarge Boolean
-