DioDocs for PDF
AddQuadraticBezierCurveTo メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Svg 名前空間 > SvgPathBuilder クラス : AddQuadraticBezierCurveTo メソッド
Indicates whether the command uses absolute (false) or relative (true) coordinates.
The X-coordinate of the control point.
The Y-coordinate of the control point.
The X-coordinate of the destination point.
The Y-coordinate of the destination point.
Adds the "quadratic Bezier curveto" command to the path.
シンタックス
'宣言
 
Public Sub AddQuadraticBezierCurveTo( _
   ByVal relative As System.Boolean, _
   ByVal x1 As System.Single, _
   ByVal y1 As System.Single, _
   ByVal x As System.Single, _
   ByVal y As System.Single _
) 
public void AddQuadraticBezierCurveTo( 
   System.bool relative,
   System.float x1,
   System.float y1,
   System.float x,
   System.float y
)

パラメータ

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.
参照

SvgPathBuilder クラス
SvgPathBuilder メンバ