PowerTools PlusPak for Windows Forms 8.0J
OutlineEffect コンストラクタ(Color,Color,OutlineStyle)

アウトラインテキストの塗りつぶしに使用される色を示す System.Drawing.Color
テキストアウトラインの色を示す System.Drawing.Color
テキストアウトラインのスタイルを示す OutlineStyle 値。
OutlineEffect クラスのインスタンスを初期化します。
構文
Public Function New( _
   ByVal fillColor As Color, _
   ByVal lineColor As Color, _
   ByVal lineStyle As OutlineStyle _
)
public OutlineEffect( 
   Color fillColor,
   Color lineColor,
   OutlineStyle lineStyle
)

パラメータ

fillColor
アウトラインテキストの塗りつぶしに使用される色を示す System.Drawing.Color
lineColor
テキストアウトラインの色を示す System.Drawing.Color
lineStyle
テキストアウトラインのスタイルを示す OutlineStyle 値。
例外
例外解説
System.ComponentModel.InvalidEnumArgumentException指定された lineStyle が OutlineStyle 値の 1 つではありません。
プラットフォーム

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

参照

OutlineEffect クラス
OutlineEffect メンバ
オーバーロード一覧

Send Feedback