Version 23.1 (latest)

GetHilightBrush(PaintElement,GraphicsPath,Color) Method

Gets a brush to fill shapes with a translucent highlighting effect.
Syntax
public static Brush GetHilightBrush( 
   PaintElement ele,
   GraphicsPath strokePath,
   Color lightColor
)

Parameters

ele
A paint element.
strokePath
A GraphicsPath object describing the shape to be highlighted.
lightColor
The highligted color.

Return Value

A brush to fill in highligted areas.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also