Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / VisualStyle Class / ExcludeClipRect Method


In This Topic
ExcludeClipRect Method
In This Topic
The ExcludeClipRect method.
Syntax
'Declaration
 
Public Shared Function ExcludeClipRect( _
   ByVal hdc As IntPtr, _
   ByVal left As Integer, _
   ByVal top As Integer, _
   ByVal right As Integer, _
   ByVal bottom As Integer _
) As Integer
 
'Usage
 
Dim hdc As IntPtr
Dim left As Integer
Dim top As Integer
Dim right As Integer
Dim bottom As Integer
Dim value As Integer
 
value = VisualStyle.ExcludeClipRect(hdc, left, top, right, bottom)

Parameters

hdc
left
top
right
bottom
See Also