ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / ClippingStack Class / IntersectClipRect Method / IntersectClipRect(Single,Single,Single,Single) Method
X coordinate of the rectangle
Y coordinate of the rectangle
Width of the rectangle
Height of the rectangle

In This Topic
    IntersectClipRect(Single,Single,Single,Single) Method
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Overloads Sub IntersectClipRect( _
       ByVal x As Single, _
       ByVal y As Single, _
       ByVal width As Single, _
       ByVal height As Single _
    ) 
    public void IntersectClipRect( 
       float x,
       float y,
       float width,
       float height
    )

    Parameters

    x
    X coordinate of the rectangle
    y
    Y coordinate of the rectangle
    width
    Width of the rectangle
    height
    Height of the rectangle
    See Also