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

ViewPortType

Record describing a viewport

Declaration

Source position: graphh.inc line 474

type ViewPortType = record

  x1: SmallInt;

  

X coordinate of upper-left corner.

  y1: SmallInt;

  

Y coordinate of upper-left corner.

  x2: SmallInt;

  

X coordinate of lower-right corner.

  y2: SmallInt;

  

Y coordinate of lower-right corner.

  Clip: Boolean;

  

Should drawing be clipped to the current rectangle?

end;


Documentation generated on: Nov 14 2015