dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
Canvas.moveTo
dplug
canvas
Canvas
Moves the starting point of a new sub-path to the (x, y) coordinates.
void
moveTo
(float x, float y)
struct
Canvas
nothrow @
nogc
void
moveTo
(
float
x
,
float
y
)
void
moveTo
(vec2f point)
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)
Moves the starting point of a new sub-path to the (x, y) coordinates.