Spread Windows Forms 17
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)
    public static int GetDeviceCaps( 
       IntPtr hdc,
       int cap
    )

    Parameters

    hdc
    cap
    See Also