CellAreaContext.getAllocation

Fetches the current allocation size for context.

If the context was not allocated in width or height, or if the context was recently reset with CellArea.contextReset, the returned value will be -1.

class CellAreaContext
void
getAllocation
(
out int width
,
out int height
)

Parameters

width int

location to store the allocated width, or NULL

height int

location to store the allocated height, or NULL

Meta