WindowsUtilitiesLogicalToPhysicalPoint 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 static POINT? LogicalToPhysicalPoint(
IntPtr handle,
POINT point
)
Parameters
- handle
- Type: SystemIntPtr
A handle to the window whose transform is used for the conversion. Top level windows are fully supported. In the case of child windows, only the area of overlap between the parent and the child window is converted. - point
- Type: ShellBoost.Core.WindowsShellPOINT
A POINT that specifies the logical coordinates to be converted.
Return Value
Type:
NullablePOINTA POINT if the call succeeded otherwise null.
See Also