LinuxNativeApiDeviceInfo Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic static int DeviceInfo(
string name,
out IntPtr width,
out IntPtr height
)
Public Shared Function DeviceInfo (
name As String,
<OutAttribute> ByRef width As IntPtr,
<OutAttribute> ByRef height As IntPtr
) As Integer
public:
static int DeviceInfo(
String^ name,
[OutAttribute] IntPtr% width,
[OutAttribute] IntPtr% height
)
static member DeviceInfo :
name : string *
width : IntPtr byref *
height : IntPtr byref -> int
Parameters
- name String
-
- width IntPtr
-
- height IntPtr
-
Return Value
Int32
See Also