Skip to main content
Bar

BarItemLink.LinkPointToScreen(Point) Method

Converts the coordinates of a specific Point that belongs to the current link into screen coordinates.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual Point LinkPointToScreen(
    Point p
)

Parameters

Name Type Description
p Point

A Point belonging to the current link.

Returns

Type Description
Point

A Point with screen coordinates.

See Also