GLDrawable.getSize

Fills *width and *height with the size of GL drawable. width or height can be NULL if you only want the other one.

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

Parameters

width int

location to store drawable's width, or NULL.

height int

location to store drawable's height, or NULL.

Meta