LinuxNativeApiDeviceInfo Method |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.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
- Type: SystemString
- width
- Type: SystemIntPtr
- height
- Type: SystemIntPtr
Return Value
Type:
Int32
See Also