CellRenderer.getFixedSize

Fills in width and height with the appropriate size of cell.

class CellRenderer
void
getFixedSize
(
out int width
,
out int height
)

Parameters

width int

location to fill in with the fixed width of the cell, or NULL. out[allow-none]

height int

location to fill in with the fixed height of the cell, or NULL. out[allow-none]

Meta