'Declaration
Public Shared Function GetDeviceCaps( _ ByVal hdc As IntPtr, _ ByVal cap As Integer _ ) As Integer
'Usage
Dim hdc As IntPtr Dim cap As Integer Dim value As Integer value = VisualStyle.GetDeviceCaps(hdc, cap)
Parameters
- hdc
- cap
'Declaration
Public Shared Function GetDeviceCaps( _ ByVal hdc As IntPtr, _ ByVal cap As Integer _ ) As Integer
'Usage
Dim hdc As IntPtr Dim cap As Integer Dim value As Integer value = VisualStyle.GetDeviceCaps(hdc, cap)