| 
Docs » Autodocs » graphics.library » InitView 
    InitView - Initialize View structure.
 	InitView( view )a1
 void InitView( struct View * );
 
 	Initialize View structure to default values.
 	view - pointer to a View structure
 	View structure set to all 0's. (1.0,1.1.1.2)MakeVPort(), <graphics/view.h>Then values are put in DxOffset,DyOffset to properly position
 default display about .5 inches from top and left on monitor.
 InitView pays no attention to previous contents of view.
 
 |