Pen.Pen

Pen(Color)

の新しいインスタンスを初期化しますPen指定された色のクラス.

public Pen(Color color)
パラメータタイプ説明
colorColorColorこの色を示す構造Pen.

関連項目


Pen(Color, float)

の新しいインスタンスを初期化しますPen指定されたクラスColorWidthプロパティ.

public Pen(Color color, float width)
パラメータタイプ説明
colorColorColorこの色を示す構造Pen.
widthSingleこの幅を示す値Pen.

関連項目


Pen(Brush)

の新しいインスタンスを初期化しますPen指定されたクラスBrush .

public Pen(Brush brush)
パラメータタイプ説明
brushBrushBrushこれは、この塗りつぶしプロパティを決定しますPen.

例外

例外調子
ArgumentNullExceptionbrush無効である。

関連項目


Pen(Brush, float)

の新しいインスタンスを初期化しますPen指定されたクラスBrushWidth .

public Pen(Brush brush, float width)
パラメータタイプ説明
brushBrushBrushこれの特性を決定するPen.
widthSingle新品の幅Pen.

例外

例外調子
ArgumentNullExceptionbrush無効である。

関連項目