ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / ClippingStack Class

In This Topic
ClippingStack Class Methods
In This Topic

For a list of all members of this type, see ClippingStack members.

Public Methods
 NameDescription
Public MethodOverloaded. 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.  
Public MethodOverloaded. Represents whether the element is completely outside the rectangle.  
Public MethodTakes 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.  
Public MethodTakes 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