Name | Description | |
---|---|---|
![]() | IntersectClipRect | Overloaded. 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. |
![]() | IsRectOutside | Overloaded. Represents whether the element is completely outside the rectangle. |
![]() | PopClipRect | Takes the last cliprect put on the stack and makes it the current cliprect. If there are no cliprects on the stack then the current cliprect is cleared, and IsClipActive is set to false . |
![]() | PushClipRect | Takes the current clipRect (in CurrentClipRect property) and pushes it onto the ClipStack. The current cliprect is still maintained as the "current cliprect". |