Function BitMap.create

Creates a bitmap with the specified size, filled with false.

void create (
  const(Vector2) size
) nothrow @nogc;