| BitmapResizerResize Method (Byte, Int32, Int32) | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic byte[] Resize(
	byte[] imageData,
	int width,
	int height
)
Public Function Resize ( 
	imageData As Byte(),
	width As Integer,
	height As Integer
) As Byte()
public:
array<unsigned char>^ Resize(
	array<unsigned char>^ imageData, 
	int width, 
	int height
)
member Resize : 
        imageData : byte[] * 
        width : int * 
        height : int -> byte[] 
Parameters
- imageData
 - Type: SystemByte
 - width
 - Type: SystemInt32
 - height
 - Type: SystemInt32
 
Return Value
Type: 
Byte
See Also