Click or drag to resize
BitmapResizerResize Method (Byte, Int32, Int32)

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public byte[] Resize(
	byte[] imageData,
	int width,
	int height
)

Parameters

imageData
Type: SystemByte
width
Type: SystemInt32
height
Type: SystemInt32

Return Value

Type: Byte
See Also