In This Topic
The ExcludeClipRect method.
Syntax
'Declaration
Public Shared Function ExcludeClipRect( _
ByVal As IntPtr, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal 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)
public static int ExcludeClipRect(
IntPtr ,
int ,
int ,
int ,
int
)
Parameters
- hdc
- left
- top
- right
- bottom
See Also