ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / ClippingStack Class / IntersectClipRect Method / IntersectClipRect(Single,Single,Single,Single) Method

In This Topic
    IntersectClipRect(Single,Single,Single,Single) Method
    In This Topic
    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
    y
    width
    height
    See Also