ImageResizerResize Method |
Namespace: Ozeki.CommonAssembly: 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
)
Public Function Resize (
img As Byte(),
srcWidth As Integer,
srcHeight As Integer,
dstWidth As Integer,
dstHeight As Integer
) As Byte()
public:
array<unsigned char>^ Resize(
array<unsigned char>^ img,
int srcWidth,
int srcHeight,
int dstWidth,
int dstHeight
)
member Resize :
img : byte[] *
srcWidth : int *
srcHeight : int *
dstWidth : int *
dstHeight : int -> byte[]
Parameters
- img
- Type: SystemByte
- srcWidth
- Type: SystemInt32
- srcHeight
- Type: SystemInt32
- dstWidth
- Type: SystemInt32
- dstHeight
- Type: SystemInt32
Return Value
Type:
ByteSee Also