poison ~master (2016-12-10T22:03:17Z)
Home
Dub
Repo
Picture.this
poison
ui
picture
Picture
Creates a new picture.
this
(
string
imageFile
)
this
(
Size
size
,
Paint
fillPaint
)
class
Picture
final
this
(
Size
size
,
Paint
fillPaint
)
this
(
ubyte
[]
imageBuffer
)
this
(
Picture
copyImage
)
Parameters
size
Type:
Size
The size of the picture.
fillPaint
Type:
Paint
The initialization paint.
Meta
Source
See Implementation
poison
ui
picture
Picture
constructors
this
functions
clearGraphics
draw
finalize
gradientHorizontal
gradientVertical
resize
properties
backgroundSprite
drawingSprite
fileName
imageBuffer
position
size
Creates a new picture.