ICanvas.allocatePlace

Allocate memory for the canvas at the specified size.

interface ICanvas
@safe
void
allocatePlace
(
uint width
,
uint height
)

Parameters

width uint

Canvas width.

height uint

Canvas height.

Meta