Layer.setRasterizer

Sets up the layer for the current rasterizer.

class Layer
public @safe pure nothrow
void
setRasterizer
(
int rX
,
int rY
)

Parameters

rX int

Width of the raster.

rY int

Height of the raster. Note: These values define the visible area that need to be worked with. Some overscan can be defined, and updateRaster's pitch parameter defines the per-line stepping. Note that too much overscan can negatively impact performance.

Meta