ColorDrawBuf.this - multiple declarations

Function ColorDrawBuf.this

create ARGB8888 draw buf of specified width and height

Prototype

this(
  int width,
  int height
);

Function ColorDrawBuf.this

create copy of ColorDrawBuf

Prototype

this(
  ColorDrawBuf v
);

Function ColorDrawBuf.this

create resized copy of ColorDrawBuf

Prototype

this(
  ColorDrawBuf v,
  int dx,
  int dy
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0