Documentação da API > Custom user interface > Object ProUIDrawingarea > Function ProUIDrawingareaStringDraw
Function ProUIDrawingareaStringDraw
Description
Draw a string at the given position in the drawing area.
Synopsis
ProUIDrawingareaStringDraw
(
char* dialog
/* (In)
The name of the dialog that contains the drawing area.
*/
char* component
/* (In)
The name of the drawing area component.
*/
wchar_t* string
/* (In)
String to be drawn.
*/
ProUIPoint* position
/* (In)
Position at which the string should be drawn.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Isto foi útil?