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

In This Topic
    ClippingStack Class Members
    In This Topic

    The following tables list the members exposed by ClippingStack.

    Public Methods
     NameDescription
    Public MethodOverloaded. 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.  
    Public MethodOverloaded.   
    Public MethodTakes 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.  
    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