AVEVA CAF API Documenation

The graphics to act on.
The color.
Full pathname of the file.
DrawGlowPath Method
The Graphics extension method that draw glow path.
Syntax
[Extension()]
public static void DrawGlowPath( 
   Graphics graphics,
   Color color,
   GraphicsPath path
)
[Extension()]
public:
static void DrawGlowPath( 
   Graphics^ graphics,
   Color color,
   GraphicsPath^ path
) 

Parameters

graphics
The graphics to act on.
color
The color.
path
Full pathname of the file.
Requirements

Target Platforms: 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