バージョン

GetLightened(ImageBrush,Double) メソッド

参照ブラシに基づき照明パラメーターに従ってリニアに照明された新しいブラシを作成します。
シンタックス
'宣言
 
Public Overloads Shared Function GetLightened( _
   ByVal brush As ImageBrush, _
   ByVal interpolation As Double _
) As ImageBrush
public static ImageBrush GetLightened( 
   ImageBrush brush,
   double interpolation
)

パラメータ

brush
参照ブラシ。
interpolation
照明パラメーター。

戻り値の型

新しいブラシ。
解説
このメソッドは ImageBrush に実装されないため、指定したブラシの明るくされていない複製が返されます。
参照