Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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