Tests whether a point specified by its coordinates is contained within the current RectangleD.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public bool Contains(
	double x,
	double y
)
Visual Basic
Public Function Contains ( _
	x As Double, _
	y As Double _
) As Boolean

Parameters

x
Type: System..::..Double
The X coordinate of the point to test.
y
Type: System..::..Double
The Y coordinate of the point to test.

Return Value

true if the specified point is contained within the current RectangleD structure, false otherwise.

See Also