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