GraphicsCache.GetGradientBrush Method
| Name | Parameters | Description |
|---|---|---|
| GetGradientBrush(Rectangle, Color, Color, LinearGradientMode, Int32) | rect, startColor, endColor, mode, blendCount | Returns a linear gradient brush with the specified settings. |
| GetGradientBrush(Rectangle, Color, Color, LinearGradientMode) | rect, startColor, endColor, mode | Returns a linear gradient brush with specified settings. |