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