[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Specifies which window point maps to the viewport origin (0,0).
Source position: winapih.inc line 268
public function TWidgetSet.SetWindowOrgEx( |
dc: HDC; |
NewX: Integer; |
NewY: Integer; |
OldPoint: PPoint |
):Boolean; virtual; |
dc |
|
The device context. |
NewX |
|
The origin in logical units. |
NewY |
|
The origin in logical units. |
OldPoint |
|
Receives the previous origin, if not Nil. |
False on failure.
Version 4.0 | Generated 2025-05-03 | Home |