Module dlangui.graphics.drawbuf

This module contains drawing buffer implementation.

Synopsis

import dlangui.graphics.drawbuf;

Classes

Name Description
ColorDrawBuf
ColorDrawBufBase
DrawBuf drawing buffer - image container which allows to perform some drawing operations
GrayDrawBuf

Structs

Name Description
ClipRectSaver RAII setting/restoring of clip rectangle
NinePatch 9-patch image scaling information (see Android documentation).

Aliases

Name Type Description
DrawBufRef Ref!(dlangui.graphics.drawbuf.DrawBuf)
OpenGLDrawableDelegate void delegate(Rect, Rect) Custom draw delegate for OpenGL direct drawing

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0