Returns a ReportControl object that is found on the in the location specified by the given PointF.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public override ReportControl ControlAt(
	PointF point
)
Visual Basic (Declaration)
Public Overrides Function ControlAt ( _
	point As PointF _
) As ReportControl
Visual C++
public:
virtual ReportControl^ ControlAt(
	PointF point
) override

Parameters

point
Type: System.Drawing..::.PointF

See Also