Spread WinForms 15
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)

Parameters

hDC
drawMode
See Also