ClippingStack Class Members
In This Topic
The following tables list the members exposed by ClippingStack.
Public Methods
| Name | Description |
| IntersectClipRect | Overloaded. Uses member method RectangleF.Intersect 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. |
| PopClipRect | Takes the last cliprect put onto the stack and sets it as 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". |
Top
See Also