Click or drag to resize

ImageResizerResize Method

Namespace:  Ozeki.Common
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public byte[] Resize(
	byte[] img,
	int srcWidth,
	int srcHeight,
	int dstWidth,
	int dstHeight
)

Parameters

img
Type: SystemByte
srcWidth
Type: SystemInt32
srcHeight
Type: SystemInt32
dstWidth
Type: SystemInt32
dstHeight
Type: SystemInt32

Return Value

Type: Byte
See Also