Module dcanvas.graphics.drawbuf

Drawing buffer implementation.

Synopsis

import dcanvas.graphics.drawbuf;

Classes

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

Structs

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

Enums

NameDescription
PatternType

Aliases

NameTypeDescription
DrawBufRef Ref!(dcanvas.graphics.drawbuf.DrawBuf)
OpenGLDrawableDelegate void delegate(Rect, Rect) Custom draw delegate for OpenGL direct drawing