GetDeviceCaps Method (Win32)
In This Topic
Syntax
'Declaration
Public Shared Function GetDeviceCaps( _
ByVal As System.IntPtr, _
ByVal As System.Integer _
) As System.Integer
public static System.int GetDeviceCaps(
System.IntPtr ,
System.int
)
Parameters
- hDC
- hIndex
See Also