ActiveReports 13
Contains(Double,Double) Method

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

Parameters

x
The x-coordinate of the point to test.
y
The y-coordinate of the point to test.
See Also

Reference

Rect Structure
Rect Members
Overload List