Module dcanvas.graphics.drawbuf
Drawing buffer implementation.
Synopsis
import dcanvas .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 a DrawBuf clip rectangle |
NinePatch
|
9-patch image scaling information (see Android documentation). |
Enums
| Name | Description |
|---|---|
PatternType
|
Aliases
| Name | Type | Description |
|---|---|---|
DrawBufRef
|
Ref!(dcanvas.graphics.drawbuf.DrawBuf)
|
|
OpenGLDrawableDelegate
|
void delegate(Rect, Rect)
|
Custom draw delegate for OpenGL direct drawing |