Skip to main content

CalendarHitInfo(Point, ObjectState) Constructor

Initializes a new instance of the CalendarHitInfo class for the specified point.

Namespace: DevExpress.XtraEditors.Calendar

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public CalendarHitInfo(
    Point hitPoint,
    ObjectState hitInfoType
)

Parameters

Name Type Description
hitPoint Point

A Point structure that defines a point in a plane. This value is assigned to the CalendarHitInfo.HitPoint property.

hitInfoType DevExpress.Utils.Drawing.ObjectState

An ObjectState enumeration value that specifies the state of visual element under the hit point. This value is assigned to the CalendarHitInfo.HitInfoType property.

See Also