Tests whether the specified point is contained within the current RectangleD.

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

Syntax

C#
public bool Contains(
	PointD pt
)
Visual Basic
Public Function Contains ( _
	pt As PointD _
) As Boolean

Parameters

pt
Type: C1.C1Preview..::..PointD
The PointD to test.

Return Value

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

See Also