バージョン

GetHilightBrush(PaintElement,GraphicsPath,Color) メソッド

半透明のハイライト表示効果を持つ形状を塗り潰すブラシを取得します。
シンタックス
'宣言
 
Public Shared Function GetHilightBrush( _
   ByVal ele As PaintElement, _
   ByVal strokePath As GraphicsPath, _
   ByVal lightColor As Color _
) As Brush
public static Brush GetHilightBrush( 
   PaintElement ele,
   GraphicsPath strokePath,
   Color lightColor
)

パラメータ

ele
描画要素。
strokePath
ハイライト表示する形状を記述する GraphicsPath オブジェクト。
lightColor
ハイライト表示色。

戻り値の型

ハイライト表示する領域を塗り潰すブラシ。
参照