ARC, ARC_W Graphics Functions: Draw elliptical arcs using the current graphics color. These routines are only available for Windows.
CLEARSCREEN Graphics Subroutine: Erases the target area and fills it with the current background color. This routine is only available for Windows.
DISPLAYCURSOR Graphics Function: Controls cursor visibility. This routine is only available for Windows.
ELLIPSE, ELLIPSE_W Graphics Functions: Draw a circle or an ellipse using the current graphics color. These routines are only available for Windows.
FLOODFILL, FLOODFILL_W Graphics Functions: Fill an area using the current color index and fill mask. These routines are only available for Windows.
FLOODFILLRGB, FLOODFILLRGB_W Graphics Functions: Fill an area using the current Red-Green-Blue (RGB) color and fill mask. These routines are only available for Windows.
GETARCINFO Graphics Function: Determines the endpoints (in viewport coordinates) of the most recently drawn arc or pie. This routine is only available for Windows.
GETBKCOLOR Graphics Function: Returns the current background color index for both text and graphics output. This routine is only available for Windows.
GETBKCOLORRGB Graphics Function: Returns the current background Red-Green-Blue (RGB) color value for both text and graphics. This routine is only available for Windows.
GETCOLOR Graphics Function: Returns the current graphics color index. This routine is only available for Windows.
GETCOLORRGB Graphics Function: Returns the current graphics color Red-Green-Blue (RGB) value (used by graphics functions such as ARC, ELLIPSE, and FLOODFILLRGB). This routine is only available for Windows.
GETCURRENTPOSITION, GETCURRENTPOSITION_W Graphics Subroutines: Return the coordinates of the current graphics position. These routines are only available for Windows.
GETFILLMASK Graphics Subroutine: Returns the current pattern used to fill shapes. This routine is only available for Windows.
GETFONTINFO Graphics Function: Returns the current font characteristics. This routine is only available for Windows.
GETGTEXTEXTENT Graphics Function: Returns the width in pixels that would be required to print a given string of text (including any trailing blanks) with OUTGTEXT using the current font. This routine is only available for Windows.
GETGTEXTROTATION Graphics Function: Returns the current orientation of the font text output by OUTGTEXT. This routine is only available for Windows.
GETIMAGE, GETIMAGE_W Graphics Subroutines: Store the screen image defined by a specified bounding rectangle. These routines are only available for Windows.
GETLINESTYLE Graphics Function: Returns the current graphics line style. This routine is only available for Windows.
GETLINEWIDTHQQ Graphics Function: Gets the current line width or the line width set by the last call to SETLINEWIDTHQQ. This routine is only available for Windows.
GETPHYSCOORD Graphics Subroutine: Translates viewport coordinates to physical coordinates. This routine is only available for Windows.
GETPIXEL, GETPIXEL_W Graphics Functions: Return the color index of the pixel at a specified location. These routines are only available for Windows.
GETPIXELRGB, GETPIXELRGB_W Graphics Functions: Return the Red-Green-Blue (RGB) color value of the pixel at a specified location. These routines are only available for Windows.
GETPIXELS Graphics Subroutine: Returns the color indexes of multiple pixels. This routine is only available for Windows.
GETPIXELSRGB Graphics Subroutine: Returns the Red-Green-Blue (RGB) color values of multiple pixels. This routine is only available for Windows.
GETTEXTCOLOR Graphics Function: Returns the current text color index. This routine is only available for Windows.
GETTEXTCOLORRGB Graphics Function: Returns the Red-Green-Blue (RGB) value of the current text color (used with OUTTEXT, WRITE and PRINT). This routine is only available for Windows.
GETTEXTPOSITION Graphics Subroutine: Returns the current text position. This routine is only available for Windows.
GETTEXTWINDOW Graphics Subroutine: Finds the boundaries of the current text window. This routine is only available for Windows.
GETVIEWCOORD, GETVIEWCOORD_W Graphics Subroutines: Translate physical coordinates or window coordinates to viewport coordinates. These routines are only available for Windows.
GETWINDOWCOORD Graphics Subroutine: Converts viewport coordinates to window coordinates. This routine is only available for Windows.
GETWRITEMODE Graphics Function: Returns the current logical write mode, which is used when drawing lines with the LINETO, POLYGON, and RECTANGLE functions. This routine is only available for Windows.
GRSTATUS Graphics Function: Returns the status of the most recently used graphics routine. This routine is only available for Windows.
IMAGESIZE, IMAGESIZE_W Graphics Functions: Return the number of bytes needed to store the image inside the specified bounding rectangle. IMAGESIZE is useful for determining how much memory is needed for a call to GETIMAGE. These routines are only available for Windows.
INITIALIZEFONTS Graphics Function: Initializes Windows* fonts. This routine is only available for Windows.
LINETO, LINETO_W Graphics Function: Draws a line from the current graphics position up to and including the end point. These routines are only available for Windows.
LINETOAR Graphics Function: Draws a line between each x,y point in the from-array to each corresponding x,y point in the to-array. This routine is only available for Windows.
LINETOAREX Graphics Function: Draws a line between each x,y point in the from-array to each corresponding x,y point in the to-array. Each line is drawn with the specified graphics color and line style. This routine is only available for Windows.
LOADIMAGE, LOADIMAGE_W Graphics Functions: Read an image from a Windows bitmap file and display it at a specified location. These routines are only available for Windows.
MOVETO, MOVETO_W Graphics Subroutines: Move the current graphics position to a specified point. No drawing occurs. These routines are only available for Windows.
OUTGTEXT Graphics Subroutine: In graphics mode, sends a string of text to the screen, including any trailing blanks. This routine is only available for Windows.
OUTTEXT Graphics Subroutine: In text or graphics mode, sends a string of text to the screen, including any trailing blanks. This routine is only available for Windows.
PIE, PIE_W Graphics Functions: Draw a pie-shaped wedge in the current graphics color. These routines are only available for Windows.
POLYBEZIER, POLYBEZIER_W Graphics Functions: Draw one or more Bezier curves. These routines are only available for Windows.
POLYBEZIERTO, POLYBEZIERTO_W Graphics Functions: Draw one or more Bezier curves. These routines are only available for Windows.
POLYGON, POLYGON_W Graphics Functions: Draw a polygon using the current graphics color, logical write mode, and line style. These routines are only available for Windows.
POLYLINEQQ Graphics Function: Draws a line between each successive x, y point in a given array. This routine is only available for Windows.
PUTIMAGE, PUTIMAGE_W Graphics Subroutines: Transfer the image stored in memory to the screen. These routines are only available for Windows.
RECTANGLE, RECTANGLE_W Graphics Functions: Draw a rectangle using the current graphics color, logical write mode, and line style. These routines are only available for Windows.
REMAPALLPALETTERGB, REMAPPALETTERGB Graphics Functions: REMAPALLPALETTERGB remaps a set of Red-Green-Blue (RGB) color values to indexes recognized by the video hardware. REMAPPALETTERGB remaps one color index to an RGB color value. These routines are only available for Windows.
SAVEIMAGE, SAVEIMAGE_W Graphics Functions: Save an image from a specified portion of the screen into a Windows bitmap file. These routines are only available for Windows.
SCROLLTEXTWINDOW Graphics Subroutine: Scrolls the contents of a text window. This routine is only available for Windows.
SETBKCOLOR Graphics Function: Sets the current background color index for both text and graphics. This routine is only available for Windows.
SETBKCOLORRGB Graphics Function: Sets the current background color to the given Red-Green-Blue (RGB) value. This routine is only available for Windows.
SETCLIPRGN Graphics Subroutine: Limits graphics output to part of the screen. This routine is only available for Windows.
SETCOLOR Graphics Function: Sets the current graphics color index. This routine is only available for Windows.
SETCOLORRGB Graphics Function: Sets the current graphics color to the specified Red-Green-Blue (RGB) value. This routine is only available for Windows.
SETFILLMASK Graphics Subroutine: Sets the current fill mask to a new pattern. This routine is only available for Windows.
SETFONT Graphics Function: Finds a single font that matches a specified set of characteristics and makes it the current font used by the OUTGTEXT function. This routine is only available for Windows.
SETGTEXTROTATION Graphics Subroutine: Sets the orientation angle of the font text output in degrees. The current orientation is used in calls to OUTGTEXT. This routine is only available for Windows.
SETLINESTYLE Graphics Subroutine: Sets the current line style to a new line style. This routine is only available for Windows.
SETLINEWIDTHQQ Graphics Subroutine: Sets the width of a solid line drawn using any of the supported graphics functions. This routine is only available for Windows.
SETPIXEL, SETPIXEL_W Graphics Functions: Set a pixel at a specified location to the current graphics color index. These routines are only available for Windows.
SETPIXELRGB, SETPIXELRGB_W Graphics Functions: Set a pixel at a specified location to the specified Red-Green-Blue (RGB) color value. These routines are only available for Windows.
SETPIXELS Graphics Subroutine: Sets the color indexes of multiple pixels. This routine is only available for Windows.
SETPIXELSRGB Graphics Subroutine: Sets multiple pixels to the given Red-Green-Blue (RGB) color. This routine is only available for Windows.
SETTEXTCOLOR Graphics Function: Sets the current text color index. This routine is only available for Windows.
SETTEXTCOLORRGB Graphics Function: Sets the current text color to the specified Red-Green-Blue (RGB) value. This routine is only available for Windows.
SETTEXTCURSOR Graphics Function: Sets the height and width of the text cursor (the caret) for the window in focus. This routine is only available for Windows.
SETTEXTPOSITION Graphics Subroutine: Sets the current text position to a specified position relative to the current text window. This routine is only available for Windows.
SETTEXTWINDOW Graphics Subroutine: Sets the current text window. This routine is only available for Windows.
SETVIEWORG Graphics Subroutine: Moves the viewport-coordinate origin (0, 0) to the specified physical point. This routine is only available for Windows.
SETVIEWPORT Graphics Subroutine: Redefines the graphics viewport by defining a clipping region in the same manner as SETCLIPRGN and then setting the viewport-coordinate origin to the upper-left corner of the region. This routine is only available for Windows.
SETWINDOW Graphics Function: Defines a window bound by the specified coordinates. This routine is only available for Windows.
SETWRITEMODE Graphics Function: Sets the current logical write mode, which is used when drawing lines with the LINETO, POLYGON, and RECTANGLE functions. This routine is only available for Windows.
WRAPON Graphics Function: Controls whether text output is wrapped. This routine is only available for Windows.