IntersectClipRect(RectangleF) Method
In This Topic
Uses member method
System.Drawing.RectangleF.Intersect(System.Drawing.RectangleF) on the currentCliprect to calculate the intersecting clipping rectangle and sets that resulting clip rect as the current clip rect available via the ClipRect property.
Syntax
'Declaration
Public Overloads Sub IntersectClipRect( _
ByVal As RectangleF _
)
public void IntersectClipRect(
RectangleF
)
Parameters
- intersectClip
- The clipping rectangle to intersect the current clipping rectangle with.
See Also