[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.ClippingStack.IsRectOutside

IsRectOutside Method

IsRectOutside(float, float, float, float)

Represents whether the element is completely outside the rectangle.

Declaration
public bool IsRectOutside(float x, float y, float width, float height)
Parameters
Type Name Description
float x

X coordinate of the rectangle

float y

Y coordinate of the rectangle

float width

Width of the rectangle

float height

Height of the rectangle

Returns
Type Description
bool

True if element is entirely outside rectangle, otherwise returns false.

IsRectOutside(RectangleF)

Represents whether the element is completely outside the rectangle.

Declaration
public bool IsRectOutside(RectangleF rect)
Parameters
Type Name Description
RectangleF rect

Rectangular area

Returns
Type Description
bool

True if element is entirely outside rectangle, otherwise returns false.