ViewPortType
Record describing a viewport
Declaration
Source position: graphh.inc line 479
Type
ViewPortType = record
x1 : SmallInt;
y1 : SmallInt;
x2 : SmallInt;
y2 : SmallInt;
Clip : Boolean;
end
Record describing a viewport
Source position: graphh.inc line 479
Type
ViewPortType = record
x1 : SmallInt;
y1 : SmallInt;
x2 : SmallInt;
y2 : SmallInt;
Clip : Boolean;
end