[]
Represents the brush to be used to fill the gradient shape.
public sealed class LinearGradientBrush : GradientBrush, IDisposable, ICloneable
The handle of the LinearGradientBrush is always IntPtr.Zero, so it can not be used to DeviceContext.
Name | Description |
---|---|
LinearGradientBrush(Point, Point, Color[]) | Initializes a new instance of the LinearGradientBrush class. |
Name | Description |
---|---|
Clone() | Creates an exact copy if this LinearGradientBrush object. |