GradientFill(Color,Color) Method
From Kaliko Image Library
Kaliko.ImageLibrary
GradientFill(Color,Color) Method
Makes a gradient fill top to bottom from one color to another.
Syntax
'DeclarationPublic Overloads Sub GradientFill( _ ByVal colorFrom As System.Drawing.Color, _ ByVal colorTo As System.Drawing.Color _ )
'UsageDim instance As KalikoImage Dim colorFrom As System.Drawing.Color Dim colorTo As System.Drawing.Color instance.GradientFill(colorFrom, colorTo)
Parameters
- 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