public static int IntersectClipRect( IntPtr hdc, int left, int top, int right, int bottom )
'Declaration Public Shared Function IntersectClipRect( _ ByVal hdc As IntPtr, _ ByVal left As Integer, _ ByVal top As Integer, _ ByVal right As Integer, _ ByVal bottom As Integer _ ) As Integer
'Declaration
Public Shared Function IntersectClipRect( _ 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.IntersectClipRect(hdc, left, top, right, bottom)
'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)
VisualStyle Class VisualStyle Members