Bitmap.window

Returns a 2D slice (window) of the bitmap.

class Bitmap(string S, T)
@safe pure
static if(S != "HB" && S != "QB" && S != "b")
Bitmap!(S, T)
window
(
int iX0
,
int iY0
,
int iX1
,
int iY1
)

Meta