Skip to main content

DocumentManager.ClientToScreen(Point) Method

Converts client coordinates to screen coordinates.

Namespace: DevExpress.XtraBars.Docking2010

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual Point ClientToScreen(
    Point point
)

Parameters

Name Type Description
point Point

A point whose screen coordinates are to be calculated.

Returns

Type Description
Point

Screen coordinates of the specified point.

See Also