[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Sets the device origin corresponding to the window origin (0,0) in a device context.
Source position: winapih.inc line 266
public function TWidgetSet.SetViewPortOrgEx( |
DC: HDC; |
NewX: Integer; |
NewY: Integer; |
OldPoint: PPoint |
):Boolean; virtual; |
DC |
|
The Device Context. |
NewX |
|
The coordinates in device units. |
NewY |
|
The coordinates in device units. |
OldPoint |
|
Receives the previous origin, 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 |