Pen.Pen

Pen(Color)

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

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

関連項目


Pen(Brush, float)

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

public Pen(Brush brush, float width)
パラメータタイプ説明
brushBrushこの Pen の特性を決定する Brush。
widthSingle新しいペンの幅。

関連項目


Pen(Brush)

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

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

関連項目


Pen(Color, float)

指定された Color プロパティと Width プロパティを使用して、Pen クラスの新しいインスタンスを初期化します。

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

関連項目