ActiveReports 13
Contains(Point) Method

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.Viewer.Common Namespace > Rect Structure > Contains Method : Contains(Point) Method
The Point to test.
Determines if the specified point is contained within this rectangle.
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal pt As Point _
) As Boolean
public bool Contains( 
   Point pt
)

Parameters

pt
The Point to test.
See Also

Reference

Rect Structure
Rect Members
Overload List