Component.getSize

Gets the size of the component in terms of width and height.

class Component
void
getSize
(
out int width
,
out int height
)

Parameters

width int

address of gint to put width of component

height int

address of gint to put height of component

Meta