Click or drag to resize

LinuxNativeApiDeviceInitializeWithResolution Method

Namespace:  Ozeki.Common
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public static int DeviceInitializeWithResolution(
	out IntPtr instance,
	string name,
	int w,
	int h,
	out IntPtr width,
	out IntPtr height
)

Parameters

instance
Type: SystemIntPtr
name
Type: SystemString
w
Type: SystemInt32
h
Type: SystemInt32
width
Type: SystemIntPtr
height
Type: SystemIntPtr

Return Value

Type: Int32
See Also