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

In This Topic
    IntersectClipRect Method
    In This Topic
    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.
    Overload List
    OverloadDescription
    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.  
    Uses the IntersectClipRect(RectangleF) member method for which System.Drawing.RectangleF.Intersect(System.Drawing.RectangleF) is initialized based on the values passed to this method.  
    See Also