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