Win32WindowPhysicalToLogicalPoint Method |
Converts the physical coordinates of a point in a window to logical coordinates.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public POINT? PhysicalToLogicalPoint(
POINT point
)
Parameters
- point
- Type: 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