The following functions can be used to display graphics:
|
Add a graphic control to a dialog | |
|
Convert an RGB color value to BGR format | |
|
Draw an arc in the selected graphic window | |
|
Select the graphic target (window
or
| |
|
Close the selected graphic bitmap | |
|
Create a memory bitmap and load an image into it | |
|
Create a new memory bitmap | |
|
Draw a box with square or rounded corners in the selected graphic window | |
|
Retrieve the character size for the current font in the selected graphic window | |
|
Clear the entire selected graphic window, optionally using a specified color and fill style | |
|
Set the foreground color and optionally the background color for various graphic statements | |
|
Copy a bitmap to the selected graphic target | |
|
Draw an ellipse or a circle in the selected graphic window | |
|
Select a font for the GRAPHIC PRINT statement | |
|
Retrieve a copy of a bitmap, storing it as a device-independent bitmap in a dynamic string variable | |
|
Retrieve the client size of the selected graphic target | |
|
Retrieve the handle of the DC (device context) for the selected graphic window | |
|
Retrieve the location of the selected graphic window on the screen | |
|
Retrieve the color mix mode for the selected graphic target | |
|
Retrieve the color of the pixel at the specified point in the selected graphic window | |
|
Retrieve the POS (last point referenced) by a graphic statement | |
|
Retrieve the resolution of the display device, in points per inch | |
|
Draw a line in the selected graphic window | |
|
Fill an area with a solid color or a hatch pattern | |
|
Draw a pie section on the selected graphic target | |
|
Draw a polygon in the selected graphic target | |
|
Draw a series of connected line segments | |
|
Output text to the selected graphic target | |
|
Update buffered graphical statements, drawing them to the selected graphic target | |
|
Render an image on the selected graphic target | |
|
Save an image to a bitmap (.BMP) file | |
|
Define a custom coordinate system for the graphic target | |
|
Replace a copy of a bitmap that was retrieved as a device-independent bitmap | |
|
Bring the selected graphic window to the foreground and direct focus to it | |
|
Change the location of the selected graphic window on the screen | |
|
Set the color mix mode for the selected graphic target | |
|
Draw a single pixel to the selected graphic window | |
|
Set the last point referenced (POS) for the selected graphic target | |
|
Copy and resize a bitmap to the selected graphic target | |
|
Set the line style to be used by various graphical statements in the selected graphic target | |
|
Calculate the size of text to be printed | |
|
Set the line width to be used by various graphical statements in the selected graphic target | |
|
Create a new graphic window | |
|
Close and destroy the selected graphic window | |
|
Return an RGB color value for use with the Windows API palette and GDI functions |