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

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

    Parameters

    hdc
    fnDrawMode
    See Also