Adds the "smooth quadratic Bezier curveto" command to the path.
シンタックス
'宣言
Public Sub AddSmoothQuadraticBezierCurveTo( _
ByVal As System.Boolean, _
ByVal As System.Single, _
ByVal As System.Single _
)
public void AddSmoothQuadraticBezierCurveTo(
System.bool ,
System.float ,
System.float
)
パラメータ
- relative
- Indicates whether the command uses absolute (false) or relative (true) coordinates.
- x
- The X-coordinate of the destination point.
- y
- The Y-coordinate of the destination point.
参照