Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / VisualStyle Class / SetROP2 Method


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

    Parameters

    hDC
    drawMode
    See Also