Bitmap.window

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

  1. 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)
    class Bitmap(string S, T)
    public @safe pure
    static if(S == "b" || S == "QB" || S == "HB")
    Bitmap!(S, T)
    window
    (
    int iX0
    ,
    int iY0
    ,
    int iX1
    ,
    int iY1
    )

Meta