LinuxNativeApiInitResolution Method |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static int InitResolution(
IntPtr instance,
int w,
int h,
out IntPtr width,
out IntPtr height
)
Public Shared Function InitResolution (
instance As IntPtr,
w As Integer,
h As Integer,
<OutAttribute> ByRef width As IntPtr,
<OutAttribute> ByRef height As IntPtr
) As Integer
public:
static int InitResolution(
IntPtr instance,
int w,
int h,
[OutAttribute] IntPtr% width,
[OutAttribute] IntPtr% height
)
static member InitResolution :
instance : IntPtr *
w : int *
h : int *
width : IntPtr byref *
height : IntPtr byref -> int
Parameters
- instance
- Type: SystemIntPtr
- w
- Type: SystemInt32
- h
- Type: SystemInt32
- width
- Type: SystemIntPtr
- height
- Type: SystemIntPtr
Return Value
Type:
Int32
See Also