バージョン

LinearGradientDirectBrush コンストラクタ(ColorBlend,Rectangle,Matrix)

LinearGradientDirectBrush クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal blend As ColorBlend, _
   ByVal rectangle As Rectangle, _
   ByVal transform As Matrix _
)
public LinearGradientDirectBrush( 
   ColorBlend blend,
   Rectangle rectangle,
   Matrix transform
)

パラメータ

blend
グラデーションの色ブレンド。
rectangle
境界矩形。
transform
変換マトリックス。
参照