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

DocumentManager.ClientToScreen(Point) Method

Converts client coordinates to screen coordinates.

Namespace: DevExpress.XtraBars.Docking2010

Assembly: DevExpress.XtraBars.v19.1.dll

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