Graphics.DrawPath

Graphics.DrawPath method

GraphicsPath を描画します。

public void DrawPath(Pen pen, GraphicsPath path)
パラメータタイプ説明
penPenPenパスの色、幅、およびスタイルを決定します。
pathGraphicsPath描画する GraphicsPath。

関連項目