dplug ~master (2024-12-12T14:21:32Z)
Home
Dub
Repo
Canvas.setTransform
dplug
canvas
Canvas
Undocumented in source. Be warned that the author may not have intended to support it.
void
setTransform
(float a, float b, float c, float d, float e, float f)
struct
Canvas
nothrow @
nogc
void
setTransform
(
float
a
,
float
b
,
float
c
,
float
d
,
float
e
,
float
f
)
void
setTransform
(Transform2D transform)
Meta
Source
See Implementation
dplug
canvas
Canvas
aliases
getTransform
destructors
~this
functions
arc
beginPath
bezierCurveTo
closePath
createCircularGradient
createEllipticalGradient
createLinearGradient
currentTransform
fill
fillCircle
fillRect
fillRule
fillStyle
globalCompositeOperation
initialize
lineTo
moveTo
quadraticCurveTo
rect
resetTransform
restore
rotate
save
scale
setTransform
transform
translate
postblits
this(this)