Pixmap.sliceAt

Retrieves a linear slice of the pixmap.

struct Pixmap
@safe pure nothrow @safe pure nothrow @nogc inout
inout(Pixel)[]
sliceAt
(,
int n
)

Return Value

Type: inout(Pixel)[]

n pixels starting at the top-left position pos.

Meta