バージョン

RadialGradientDirectBrush コンストラクタ(ColorBlend,Point,Single,Single,Point,Matrix)

RadialGradientDirectBrush クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal blend As ColorBlend, _
   ByVal center As Point, _
   ByVal radiusX As Single, _
   ByVal radiusY As Single, _
   ByVal focus As Point, _
   ByVal transform As Matrix _
)
public RadialGradientDirectBrush( 
   ColorBlend blend,
   Point center,
   float radiusX,
   float radiusY,
   Point focus,
   Matrix transform
)

パラメータ

blend
グラデーションの色ブレンド。
center
グラデーションの中心点。
radiusX
グラデーションの X 半径。
radiusY
グラデーションの Y 半径。
focus
グラデーションのフォーカス点。
transform
変換マトリックス。
参照