|
Obsolete IDL Features: The IDLDrawWidget ActiveX Control |
|
The VBPaint example uses direct graphics to create a simple drawing program. A direct graphics window is used to respond to events within VB. Each click event will get the (x,y) location within the window, and modify the color of the current pixel in the image. See the following figure:.
This example illustrates the following concepts: