PowerTools PlusPak for Windows Forms 8.0J
DrawBezier(Pen,Single,Single,Single,Single,Single,Single,Single,Single) メソッド

曲線の色、幅、およびスタイルを決定するPenオブジェクト。
曲線の開始ポイントのx座標。
曲線の開始ポイントのy座標。
曲線の最初のコントロールポイントのx座標。
曲線の最初のコントロールポイントのy座標。
曲線の2番目のコントロールポイントのx座標。
曲線の2番目のコントロールポイントのy座標。
曲線の終了ポイントのx座標。
曲線の終了ポイントのy座標。
ポイントを表す4つの順序付けられた座標で定義されたベジエスプラインを描画します。
構文
Public Overloads Sub DrawBezier( _
   ByVal pen As Pen, _
   ByVal x1 As Single, _
   ByVal y1 As Single, _
   ByVal x2 As Single, _
   ByVal y2 As Single, _
   ByVal x3 As Single, _
   ByVal y3 As Single, _
   ByVal x4 As Single, _
   ByVal y4 As Single _
) 
public void DrawBezier( 
   Pen pen,
   float x1,
   float y1,
   float x2,
   float y2,
   float x3,
   float y3,
   float x4,
   float y4
)

パラメータ

pen
曲線の色、幅、およびスタイルを決定するPenオブジェクト。
x1
曲線の開始ポイントのx座標。
y1
曲線の開始ポイントのy座標。
x2
曲線の最初のコントロールポイントのx座標。
y2
曲線の最初のコントロールポイントのy座標。
x3
曲線の2番目のコントロールポイントのx座標。
y3
曲線の2番目のコントロールポイントのy座標。
x4
曲線の終了ポイントのx座標。
y4
曲線の終了ポイントのy座標。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

Graphics クラス
Graphics メンバ
オーバーロード一覧

Send Feedback