Click or drag to resize

Win32WindowPhysicalToLogicalPoint Method

Converts the physical coordinates of a point in a window to logical coordinates.

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

Parameters

point
Type: callback.ShellBoost.Core.WindowsShellPOINT
A POINT that specifies the physical/screen coordinates to be converted.

Return Value

Type: NullablePOINT
A POINT if the call succeeded otherwise null.
See Also