Previous: TextSettingsType To the Table of Content Next: VbeInfoType

- 4.37.1.21 -
Standard Units
Graph Unit
Graph Unit Types, Constants and Variables

ViewPortType

Targets: MS-DOS, Win32


Graph Unit

A record that reports the status of the current viewport; used by GetViewSettings.

Declaration:
 ViewPortType   = record   
   x1, y1, x2, y2 : Longint;
   Clip           : Boolean;
 end;
The points (X1, Y1) and (X2, Y2) are the dimensions of the active viewport and are given in absolute screen coordinates. Clip is a Boolean variable that controls whether clipping is active.


Previous: TextSettingsType To the Table of Content Next: VbeInfoType
TextSettingsType Table of Content VbeInfoType

- 4.37.1.21 -