Documentación de la API > Custom user interface > Object ProUIDrawingarea > Function ProUIDrawingareaStringsDraw
Function ProUIDrawingareaStringsDraw
Description
Draw strings at the given positions in the drawing.
Synopsis
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
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
¿Fue esto útil?