Skip to main content
A newer version of this page is available. .
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.v19.2.dll

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