GradientFill Constructor(Color,Color)
Creates a new gradient fill with the specified colors.
'Declaration
Public Function New( _
ByVal As Color, _
ByVal As Color _
)
'Usage
Dim color0 As Color
Dim color1 As Color
Dim instance As New GradientFill(color0, color1)
Parameters
- color0
- Start color of the gradient
- color1
- End color of the gradient