Overload | Description |
---|---|
CreateLinearGradientBrush(RectangleF,ColorBase,ColorBase) | Creates a linear gradient brush. (Inherited from DrawingFactory) |
CreateLinearGradientBrush(PointF,PointF,GradientStop[]) | Creates a linear gradient brush. (Inherited from DrawingFactory) |
CreateLinearGradientBrush(RectangleF,Single,GradientStop[]) | Creates a linear gradient brush. (Inherited from DrawingFactory) |
CreateLinearGradientBrush(RectangleF,Single,Boolean,GradientStop[]) | Creates a linear gradient brush. (Inherited from DrawingFactory) |
CreateLinearGradientBrush(IDrawingLinearGradientBrush) | Creates a linear gradient brush and copies properties from specified linear gradient brush to the newly created brush. (Inherited from DrawingFactory) |
CreateLinearGradientBrush(RectangleF,GradientStop[]) | Creates a linear gradient brush. |