Skip to main content
Bar

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual Rectangle RectangleToScreen(
    Rectangle rect
)

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