Skip to main content
A newer version of this page is available. .

HitInfo(Control, Point) Constructor

Initializes a new instance of the HitInfo class with the specified control and test point.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public HitInfo(
    Control control,
    Point hitPoint
)

Parameters

Name Type Description
control Control

A control that contains the test point.

hitPoint Point

A Point structure specifying the test point’s coordinates relative to the control’s top-left corner. This value is assigned to the HitInfo.HitPoint property.

See Also