[]
        
(Showing Draft Content)

GrapeCity.Documents.Layout.LayoutRect.Contains

Contains Method

Contains(LayoutRect)

Determines if the rectangular region represented by otherRect is entirely contained within this LayoutRect.

Declaration
public bool Contains(LayoutRect otherRect)
Public Function Contains(otherRect As LayoutRect) As Boolean
Parameters
Type Name Description
LayoutRect otherRect

The LayoutRect to test or null to reference the owner LayoutView.

Returns
Type Description
bool

true if the rectangular region represented by otherRect is entirely contained within this LayoutRect; otherwise, false.