Class CombinedDrawable
Drawable which allows to combine together background image, gradient, borders, box shadows, etc.
Constructors
| Name | Description |
this
(backgroundColor, backgroundImageId, borderDescription, boxShadowDescription)
|
|
Fields
| Name | Type | Description |
background
|
Ref!(dcanvas.graphics.resources.Drawable) | |
border
|
Ref!(dcanvas.graphics.resources.Drawable) | |
boxShadow
|
Ref!(dcanvas.graphics.resources.Drawable) | |
_refCount
|
int | count of references to this object from Ref
|
Methods
| Name | Description |
drawTo
(buf, rc, state, tilex0, tiley0)
|
|
addRef
()
|
increments reference counter
|
releaseRef
()
|
decrement reference counter, destroy object if no more references left
|