ImageResizerResize Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic 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 Byte
-
- srcWidth Int32
-
- srcHeight Int32
-
- dstWidth Int32
-
- dstHeight Int32
-
Return Value
Byte
See Also