Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / VisualStyle Class / SaveDC Method


In This Topic
    SaveDC Method
    In This Topic
    The SaveDC method.
    Syntax
    'Declaration
     
    
    Public Shared Function SaveDC( _
       ByVal hdc As IntPtr _
    ) As Integer
    'Usage
     
    
    Dim hdc As IntPtr
    Dim value As Integer
     
    value = VisualStyle.SaveDC(hdc)
    public static int SaveDC( 
       IntPtr hdc
    )

    Parameters

    hdc
    See Also