Bitmap.window

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

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

Meta