BaseLayoutItemHitInfo(Point, LayoutItemHitTest, BaseLayoutItem) Constructor
Initializes a new instance of the BaseLayoutItemHitInfo class with the specified settings.
Namespace: DevExpress.XtraLayout.HitInfo
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
public BaseLayoutItemHitInfo(
Point point,
LayoutItemHitTest hitType,
BaseLayoutItem item
)
Parameters
Name | Type | Description |
---|---|---|
point | Point | A Point structure that represents the test point. This value is assigned to the BaseLayoutItemHitInfo.HitPoint property. |
hitType | LayoutItemHitTest | A LayoutItemHitTest value that specifies the type of a layout item’s element located under the test point. This value is assigned to the BaseLayoutItemHitInfo.HitType property. |
item | BaseLayoutItem | A BaseLayoutItem object that represents the layout item located under the test point. This value is assigned to the BaseLayoutItemHitInfo.Item property. |
Remarks
This constructor supports the internal infrastructure. There is no need to use it directly from your code.