Bitmap.subImage

struct Bitmap(T)
nothrow
subImage
(
vec2i position
,
vec2i dimension
)

Return Value

Type: Bitmap

A sub-bitmap from a Bitmap.

Meta