[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Sets the extent of the window for an device context.
Source position: winapih.inc line 267
public function TWidgetSet.SetWindowExtEx( |
DC: HDC; |
XExtent: Integer; |
YExtent: Integer; |
OldSize: PSize |
):Boolean; virtual; |
DC |
|
The Device Context. |
XExtent |
|
The extent in logical units. |
YExtent |
|
The extent in logical units. |
OldSize |
|
Receives the previous extent, if not Nil. |
False on failure.
|
Sets the extent of the viewport for a device context. |
|
|
Specifies which window point maps to the viewport origin (0,0). |
Version 4.0 | Generated 2025-05-03 | Home |