Intel® Fortran Compiler with Windows-Based Applications
                    
                        ID
                        757211
                    
                
                
                    Date
                    6/30/2025
                
                
                    Public
                
            
                                    
                                    
                                        
                                        
                                            Special Naming Convention for QuickWin and Windows Graphics Routines
                                        
                                        
                                    
                                        
                                        
                                            Compare QuickWin with Windows-Based Applications
                                        
                                        
                                    
                                        
                                        
                                            Use Windows API Routines with QuickWin
                                        
                                        
                                    
                                        
                                            Types of QuickWin Programs
                                        
                                        
                                        
                                    
                                        
                                            QuickWin User Interface
                                        
                                        
                                        
                                    
                                        
                                        
                                            USE Statement Needed for Fortran QuickWin Applications
                                        
                                        
                                    
                                        
                                            Create QuickWin Windows
                                        
                                        
                                        
                                    
                                        
                                            Use QuickWin Graphics Library Routines
                                        
                                        
                                        
                                    
                                
                            
                                                
                                                
                                                    
                                                    
                                                        Select Display Options
                                                    
                                                    
                                                
                                                    
                                                    
                                                        Check the Current Graphics Mode
                                                    
                                                    
                                                
                                                    
                                                    
                                                        Set the Graphics Mode
                                                    
                                                    
                                                
                                                    
                                                    
                                                        Set Figure Properties
                                                    
                                                    
                                                
                                                    
                                                        Understand Coordinate Systems
                                                    
                                                    
                                                    
                                                
                                                    
                                                        Add Color
                                                    
                                                    
                                                    
                                                
                                                    
                                                        Write a Graphics Program
                                                    
                                                    
                                                    
                                                
                                                    
                                                        Display a Graphics Output
                                                    
                                                    
                                                    
                                                
                                                    
                                                        Store and Retrieve Images
                                                    
                                                    
                                                    
                                                
                                                    
                                                        Customize QuickWin Applications
                                                    
                                                    
                                                    
                                                
                                                    
                                                        QuickWin Programming Precautions
                                                    
                                                    
                                                    
                                                
                                                    
                                                    
                                                        Simulate Nonblocking I/O
                                                    
                                                    
                                                
                                            
                                        Text Coordinates
The text modes use a coordinate system that divides the screen into rows and columns.
Text coordinates use the following conventions:
Numbering starts at 1. An 80-column screen contains columns 1-80.
The row is always listed before the column.
If the screen displays 25 rows and 80 columns, the rows are numbered 1-25 and the columns are numbered 1-80. The text-positioning routines, such as SETTEXTPOSITION and SCROLLTEXTWINDOW, use row and column coordinates.
 Parent topic: Understand Coordinate Systems