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

曲線の色、幅、およびスタイルを決定するPen構造体。
曲線の開始ポイントを表すPoint構造体。
曲線の最初のコントロールポイントを表すPoint構造体。
曲線の2番目のコントロールポイントを表すPoint構造体。
曲線の終了ポイントを表すPoint構造体。
4つのPoint構造体で定義されたベジエスプラインを描画します。
構文
Public Overloads Sub DrawBezier( _
   ByVal pen As Pen, _
   ByVal pt1 As Point, _
   ByVal pt2 As Point, _
   ByVal pt3 As Point, _
   ByVal pt4 As Point _
) 
public void DrawBezier( 
   Pen pen,
   Point pt1,
   Point pt2,
   Point pt3,
   Point pt4
)

パラメータ

pen
曲線の色、幅、およびスタイルを決定するPen構造体。
pt1
曲線の開始ポイントを表すPoint構造体。
pt2
曲線の最初のコントロールポイントを表すPoint構造体。
pt3
曲線の2番目のコントロールポイントを表すPoint構造体。
pt4
曲線の終了ポイントを表すPoint構造体。
プラットフォーム

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