Layer.relScroll

Relatively scrolls the layer by the given amount. Formula is: [sX,sY] = [sX,sY] + [x,y]

class Layer
public @safe nothrow
void
relScroll
(
int x
,
int y
)

Parameters

x int

Horizontal amount.

y int

Vertical amount.

Meta