Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / VisualStyle Class / GetDeviceCaps Method


In This Topic
GetDeviceCaps Method
In This Topic
Internal use only. Gets the device caps.
Syntax
'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
See Also