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

In This Topic
    PushClipRect Method
    In This Topic
    Takes the current clipRect (in CurrentClipRect property) and pushes it onto the ClipStack. The current cliprect is still maintained as the "current cliprect".
    Syntax
    'Declaration
     
    Public Sub PushClipRect() 
    public void PushClipRect()
    See Also