IntersectClipRect(Single,Single,Single,Single) Method
In This Topic
Uses the
IntersectClipRect(RectangleF) member method for which
System.Drawing.RectangleF.Intersect(System.Drawing.RectangleF) is initialized based on the values passed to this method.
Syntax
Parameters
- x
- X coordinate of the rectangle
- y
- Y coordinate of the rectangle
- width
- Width of the rectangle
- height
- Height of the rectangle
See Also