Skip to main content

AppointmentViewInfo.CalculateHitInfo(Point, SchedulerHitInfo) Method

Calculates hit information for the specified test point.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public override SchedulerHitInfo CalculateHitInfo(
    Point pt,
    SchedulerHitInfo nextHitInfo
)

Parameters

Name Type Description
pt Point

A Point object containing coordinates of the test point.

nextHitInfo SchedulerHitInfo

A SchedulerHitInfo object containing information on the scheduler element under the test point.

Returns

Type Description
SchedulerHitInfo

A SchedulerHitInfo object containing information on the scheduler element under the test point.

Remarks

The CalculateHitInfo method is called when the SchedulerControl performs a hit test routine, e.g. when the SchedulerViewInfoBase.CalcHitInfo is called.

See Also