Click or drag to resize

Win32WindowClientToScreen Method

converts the client-area coordinates of a specified point to screen coordinates.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public POINT ClientToScreen(
	POINT point
)

Parameters

point
Type: callback.ShellBoost.Core.WindowsShellPOINT
The client coordinates to be converted.

Return Value

Type: POINT
The screen coordinates.
See Also