winframe class : Left getter
Description
Gets a distance between the left of the screen and the left of a window.
Syntax
winframeInstance.Left
Arguments
None
Return value
Class | Description |
int | A distance between the left of the screen and the left of a window. |
Sample code
1: | wfpool wfp; |
2: | winframe winframeIns = wfp.GetActive(); // Gets a window that has focus. |
3: | int x = winframeIns.Left; |
Notes
The unit is physical pixel.
Links for reference
None.