Draws a rectangle onto the target device context, and then fills the rectangle with a gradient that begins with the specified starting color and ends with the specified ending color
Overload | Description |
---|---|
GradientFillRectangle(Graphics,Rectangle,SpecialEffectsGradientStyle,Color,Color,int) | Draws a rectangle onto the target device context, and then fills the rectangle with a gradient that begins with the specified starting color and ends with the specified ending color. |
GradientFillRectangle(IntPtr,Rectangle,SpecialEffectsGradientStyle,Color,Color,int) | Draws a rectangle onto the target device context, and then fills the rectangle with a gradient that begins with the specified starting color and ends with the specified ending color |