| Description |
| Draw strings at the given positions in the drawing. |
| Synopsis |
| #include <ProUIDrawingarea.h> |
| ProError | ProUIDrawingareaStringsDraw | ( |
| char* dialog | |
| /*
(In) |
| The name of the dialog that contains the drawing area. |
| */ |
| char* component | |
| /*
(In) |
| The name of the drawing area component. |
| */ |
| int count | |
| /*
(In) |
| Number of strings that are to be drawn. |
| */ |
| wchar_t** strings | |
| /*
(In) |
| Array of strings to be drawn. |
| */ |
| ProUIPoint* positions | |
| /*
(In) |
| Array of points at which the strings should be drawn. |
| */ |
| ) |
| Returns |
|
|