Back to Devexpress

GraphicsCache.GetGradientBrush Method

windowsforms-devexpress-dot-utils-dot-drawing-dot-graphicscache-dot-getgradientbrush.md

latest822 B
Original Source

GraphicsCache.GetGradientBrush Method

NameParametersDescription
GetGradientBrush(Rectangle, Color, Color, LinearGradientMode, Int32)rect, startColor, endColor, mode, blendCountReturns a linear gradient brush with the specified settings.
GetGradientBrush(Rectangle, Color, Color, LinearGradientMode)rect, startColor, endColor, modeReturns a linear gradient brush with specified settings.