API 설명서 > Miscellaneous > Object ProUINakedwindow > Function ProUINakedwindowSizeGet
Function ProUINakedwindowSizeGet
Description
Get the size of the naked window. This field is used only if the parent is a drawing area.
Synopsis
ProUINakedwindowSizeGet
(
char* dialog
/* (In)
The name of the dialog that contains the naked window.
*/
char* component
/* (In)
The name of the naked window component.
*/
int* width
/* (Out)
Width of the naked window.
*/
int* height
/* (Out)
Height of the naked window.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
도움이 되셨나요?