PowerTools PlusPak for Windows Forms 8.0J
Line コンストラクタ

線のスタイルを表す LineStyle
線の色を表す Color
指定したスタイルと色を使用して、Line クラスの新しいインスタンスを初期化します。
構文
Public Function New( _
   ByVal style As LineStyle, _
   ByVal color As Color _
)
public Line( 
   LineStyle style,
   Color color
)

パラメータ

style
線のスタイルを表す LineStyle
color
線の色を表す Color
例外
例外解説
System.ComponentModel.InvalidEnumArgumentException指定された値が有効な LineStyle 値ではありません。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

Line 構造体
Line メンバ

Send Feedback