[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'agraphics' (#aros)

TViewPortExtra

Holds additional information about the ViewPort it is associated with this structure is obtained via GfxNew() and disposed by GfxFree()

Declaration

Source position: agraphics.pas line 1045

type TViewPortExtra = record

  n: TExtendedNode;

  

  ViewPort: PViewPort;

  

ViewPort it relates to (backward link)

  DisplayClip: TRectangle;

  

makevp display clipping information, Total size of displayable part

  VecTable: APTR;

  

Unused in AROS

  DriverData: array [0..1] of APTR;

  

Private storage for display drivers. Do not touch!

  Flags: Word;

  

Flags (VPXF_*)

  Origin: array [0..1] of TPoint;

  

First visible point relative to the DClip. One for each possible playfield.

  cop1ptr: ULONG;

  

private

  cop2ptr: ULONG;

  

private

end;


Documentation generated on: 2017-01-10