Win32WindowLogicalToPhysicalPoint Method |
Converts the logical coordinates of a point in a window to physical coordinates.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public POINT? LogicalToPhysicalPoint(
POINT point
)
Parameters
- point
- Type: ShellBoost.Core.WindowsShellPOINT
A POINT that specifies the logical coordinates to be converted.
Return Value
Type:
NullablePOINT
A POINT if the call succeeded otherwise null.
See Also