バージョン

GetLinePen(Color,Int32,LineStyle) メソッド

指定されたパラメーターに基づいて、ペンオブジェクトを取得します。
シンタックス
'宣言
 
Public Overloads Shared Function GetLinePen( _
   ByVal lineColor As Color, _
   ByVal thickness As Integer, _
   ByVal lineStyle As LineStyle _
) As Pen
public static Pen GetLinePen( 
   Color lineColor,
   int thickness,
   LineStyle lineStyle
)

パラメータ

lineColor
線の色
thickness
線の太さ/ストローク幅。
lineStyle
適用するLineStyle

戻り値の型

提供されたパラメーターに一致するペン。
参照