| Description |
| Draw a set of lines between in the drawing area. Each line will be drawn from the indicated start point in the array to the corresponding endpoint. |
| Synopsis |
| #include <ProUIDrawingarea.h> |
| ProError | ProUIDrawingareaLinesDraw | ( |
| 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 lines to be drawn. |
| */ |
| ProUIPoint* start_points | |
| /*
(In) |
| Array of points from which the lines should start. |
| */ |
| ProUIPoint* end_points | |
| /*
(In) |
| Array of points at which the lines should end. |
| */ |
| ) |
| Returns |
|
|