ActiveReports 13
Contains(Rect) Method

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.Viewer.Common Namespace > Rect Structure > Contains Method : Contains(Rect) Method
The Rect to test.
Determines if the rectangular region represented by rect is entirely contained within this rectangle.
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal rect As Rect _
) As Boolean
public bool Contains( 
   Rect rect
)

Parameters

rect
The Rect to test.
See Also

Reference

Rect Structure
Rect Members
Overload List