Documentação da API > Custom user interface > Object ProUIDialog > Function ProUIDialogScreenpositionGet
Function ProUIDialogScreenpositionGet
Description
Get the screen position in pixels of the dialog component.
Synopsis
#include <ProUIDialog.h>
ProUIDialogScreenpositionGet
(
char* dialog
/* (In)
Name of the dialog.
*/
int* x
/* (Out)
X value.
*/
int* y
/* (Out)
Y value.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Isto foi útil?