DocumentManager.ClientToScreen(Point) Method
Converts client coordinates to screen coordinates.
Namespace: DevExpress.XtraBars.Docking2010
Assembly: DevExpress.XtraBars.v24.1.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