Overload | Description |
---|---|
IntersectClipRect(RectangleF) | 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. |
IntersectClipRect(Single,Single,Single,Single) | 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. |