GradientFill(Point,Point,Color,Color) Method


Makes a gradient fill from point 1 to point 2 from one color to another.

Syntax

'Declaration
 
Public Overloads Sub GradientFill( _
   ByVal pointFrom As Point, _
   ByVal pointTo As Point, _
   ByVal colorFrom As Color, _
   ByVal colorTo As Color _
) 
public void GradientFill( 
   Point pointFrom,
   Point pointTo,
   Color colorFrom,
   Color colorTo
)

Parameters

pointFrom
pointTo
colorFrom
colorTo

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

This documentation was created using Document! X from Innovasys