Skip to main content

SingleWeekCellBase.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 System.Drawing.Point object containing coordinates of the text 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.

See Also