Click or drag to resize

NativeAPICreateImgResizer Method


Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public static int CreateImgResizer(
	out IntPtr instance,
	int srcWidth,
	int srcHeight,
	int dstWidth,
	int dstHeight
)

Parameters

instance  IntPtr
 
srcWidth  Int32
 
srcHeight  Int32
 
dstWidth  Int32
 
dstHeight  Int32
 

Return Value

Int32
See Also