TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32 Class / SaveDC Method

In This Topic
    SaveDC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function SaveDC( _
       ByVal hdc As IntPtr _
    ) As Integer
    public static int SaveDC( 
       IntPtr hdc
    )

    Parameters

    hdc
    See Also