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