NativeAPICreateImgResizer Method |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.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
- Type: SystemIntPtr
- srcWidth
- Type: SystemInt32
- srcHeight
- Type: SystemInt32
- dstWidth
- Type: SystemInt32
- dstHeight
- Type: SystemInt32
Return Value
Type:
Int32
See Also