[]
Uses member method Intersect(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.
public void IntersectClipRect(RectangleF intersectClip)
Type | Name | Description |
---|---|---|
RectangleF | intersectClip | The clipping rectangle to intersect the current clipping rectangle with. |
Uses the IntersectClipRect(RectangleF) member method for which Intersect(RectangleF) is initialized based on the values passed to this method.
public void IntersectClipRect(float x, float y, float width, float height)
Type | Name | Description |
---|---|---|
float | x | X coordinate of the rectangle |
float | y | Y coordinate of the rectangle |
float | width | Width of the rectangle |
float | height | Height of the rectangle |