BarItemLink.RectangleToScreen(Rectangle) Method
Converts a rectangle’s coordinates, which are relative to the current link, to coordinates relative to the screen.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
rect | Rectangle | A rectangle whose coordinates are relative to the current link. |
Returns
Type | Description |
---|---|
Rectangle | A rectangle whose coordinates are relative to the screen. |
See Also