NativeAPICreateImgResizer Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic static int CreateImgResizer(
out IntPtr instance,
int srcWidth,
int srcHeight,
int dstWidth,
int dstHeight
)
Public Shared Function CreateImgResizer (
<OutAttribute> ByRef instance As IntPtr,
srcWidth As Integer,
srcHeight As Integer,
dstWidth As Integer,
dstHeight As Integer
) As Integer
public:
static int CreateImgResizer(
[OutAttribute] IntPtr% instance,
int srcWidth,
int srcHeight,
int dstWidth,
int dstHeight
)
static member CreateImgResizer :
instance : IntPtr byref *
srcWidth : int *
srcHeight : int *
dstWidth : int *
dstHeight : int -> int
Parameters
- instance IntPtr
-
- srcWidth Int32
-
- srcHeight Int32
-
- dstWidth Int32
-
- dstHeight Int32
-
Return Value
Int32
See Also