Initialize View structure.
Source position: agraphics.pas line 2343
procedure InitView( |
view: pView |
); |
view |
|
A pointer to a View structure |
Initialize View structure to default values. View structure set to all 0's except DxOffset,DyOffset, These are set to properly position: default display about .5 inches from top and left on monitor. InitView pays no attention to previous contents of view.
|
Generate display copper list for a viewport. |