Graphics.DrawBeziers

DrawBeziers(Pen, Point[])

の配列から一連のベジェ スプラインを描画します。Point構造物.

public void DrawBeziers(Pen pen, Point[] points)
パラメータタイプ説明
penPenPen曲線の色、幅、およびスタイルを決定します。
pointsPoint[]の配列Point曲線を決定するポイントを表す構造。

例外

例外調子
ArgumentNullExceptionpen null です。 -または- points無効である。

関連項目


DrawBeziers(Pen, PointF[])

の配列から一連のベジェ スプラインを描画します。PointF構造物.

public void DrawBeziers(Pen pen, PointF[] points)
パラメータタイプ説明
penPenPen曲線の色、幅、およびスタイルを決定します。
pointsPointF[]の配列PointF曲線を決定するポイントを表す構造。

例外

例外調子
ArgumentNullExceptionpen null です。 -または- points無効である。

関連項目