バージョン

Shading コンストラクタ(ColorInfo)

新しい Shading 構造を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal background As ColorInfo _
)
public Shading( 
   ColorInfo background
)

パラメータ

background
背景色。
例外
例外解説
System.ArgumentException背景が null の場合
参照