Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic static int Resize(
IntPtr instance,
byte[] src,
out IntPtr dst,
out int dstSize
)
Public Shared Function Resize (
instance As IntPtr,
src As Byte(),
<OutAttribute> ByRef dst As IntPtr,
<OutAttribute> ByRef dstSize As Integer
) As Integer
public:
static int Resize(
IntPtr instance,
array<unsigned char>^ src,
[OutAttribute] IntPtr% dst,
[OutAttribute] int% dstSize
)
static member Resize :
instance : IntPtr *
src : byte[] *
dst : IntPtr byref *
dstSize : int byref -> int
Parameters
- instance IntPtr
-
- src Byte
-
- dst IntPtr
-
- dstSize Int32
-
Return Value
Int32
See Also