Skip to main content
A newer version of this page is available. .
Bar

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

Declaration

public virtual Point ScreenToLinkPoint(
    Point p
)

Parameters

Name Type Description
p Point

A Point with screen coordinates.

Returns

Type Description
Point

A Point belonging to the current link.

See Also