Click or drag to resize
ImageResizerResize Method

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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