Click or drag to resize

NativeAPICreateImgResizer Method

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

Parameters

instance
Type: SystemIntPtr
srcWidth
Type: SystemInt32
srcHeight
Type: SystemInt32
dstWidth
Type: SystemInt32
dstHeight
Type: SystemInt32

Return Value

Type: Int32
See Also