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

In This Topic
    IsRectOutside(Single,Single,Single,Single) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function IsRectOutside( _
       ByVal x As Single, _
       ByVal y As Single, _
       ByVal width As Single, _
       ByVal height As Single _
    ) As Boolean
    public bool IsRectOutside( 
       float x,
       float y,
       float width,
       float height
    )

    Parameters

    x
    y
    width
    height
    See Also