Function ProUIDrawingareaLinesDraw
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
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
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
¿Fue esto útil?