[]
Represents the brush to be used to fill the gradient shape.
public abstract class GradientBrush : Brush, IDisposable, ICloneable
The handle of the inherited class of GradientBrush is always IntPtr.Zero, so it can not be used to DeviceContext.
| Name | Description |
|---|---|
| GradientBrush() |
| Name | Description |
|---|---|
| CombineColors(params Color[][]) | Combines the colors. |
| FillTriangle(DeviceContext, Point, Point, Point, Color[]) | Fills triangle with specified colors. |
| ReverseColors(Color[]) | Get the reverse order colors |