DocumentManager.ClientToScreen(Point) Method
In This Article
Converts client coordinates to screen coordinates.
Namespace: DevExpress.XtraBars.Docking2010
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#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