dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
Canvas.bezierCurveTo
dplug
canvas
Canvas
Adds a cubic Bezier curve to the current path.
void
bezierCurveTo
(float cp1x, float cp1y, float cp2x, float cp2y, float x, float y)
struct
Canvas
nothrow @
nogc
void
bezierCurveTo
(
float
cp1x
,
float
cp1y
,
float
cp2x
,
float
cp2y
,
float
x
,
float
y
)
void
bezierCurveTo
(vec2f controlPoint1, vec2f controlPoint2, vec2f dest)
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)
Adds a cubic Bezier curve to the current path.