Click or drag to resize

Win32WindowScreenToClient Method

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

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

Parameters

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

Return Value

Type: POINT
The client coordinates.
See Also