BarItemLink.ScreenToLinkPoint(Point) Method
Converts the coordinates of a specific screen Point into the coordinates of the current item link.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
p | Point | A Point with screen coordinates. |
Returns
Type | Description |
---|---|
Point | A Point belonging to the current link. |
See Also