ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
draw
ae
utils
graphics
draw
Draws an image. Returns this.
version(none)
typeof
(this)
draw
(
bool
CHECKED
= true
SRCCANVAS
)
(
xy_t
x
,
xy_t
y
,
SRCCANVAS
v
)
if
(
IsCanvas
!
SRCCANVAS
&&
is
(
COLOR
==
SRCCANVAS.COLOR
)
)
Meta
Source
See Implementation
ae
utils
graphics
draw
aliases
clear
functions
aaFillRect
aaLine
draw
fill
fillCircle
fillPoly
fillRect
fillSector
hline
line
pixelPtr
putPixel
rect
safeGet
safePut
softCircle
softRing
subpixelDownscale
thickLine
thickLinePoly
uncheckedFloodFill
vline
whiteNoise
structs
Coord
templates
aaPutPixel
Draws an image. Returns this.