'Declaration Public Overloads Function CreateLinearGradientBrush( _
ByVal rectangleA System.Drawing.RectangleF structure that specifies the bounds of the linear gradient.As System.Drawing.RectangleF, _
ByVal startColorThe starting color of the linear gradient.As Vintasoft.Imaging.ImageColors.ColorBase, _
ByVal endColorThe ending color of the linear gradient.As Vintasoft.Imaging.ImageColors.ColorBase _
) As IDrawingLinearGradientBrush
public IDrawingLinearGradientBrush CreateLinearGradientBrush(
System.Drawing.RectangleF rectangle,
Vintasoft.Imaging.ImageColors.ColorBase startColor,
Vintasoft.Imaging.ImageColors.ColorBase endColor
)
public: IDrawingLinearGradientBrush* CreateLinearGradientBrush(
System.Drawing.RectangleF* rectangle,
Vintasoft.Imaging.ImageColors.ColorBase* startColor,
Vintasoft.Imaging.ImageColors.ColorBase* endColor
)
public:
IDrawingLinearGradientBrush^ CreateLinearGradientBrush(
System.Drawing.RectangleF^ rectangle,
Vintasoft.Imaging.ImageColors.ColorBase^ startColor,
Vintasoft.Imaging.ImageColors.ColorBase^ endColor
)
Parameters
- rectangle
- A System.Drawing.RectangleF structure that specifies the bounds of the linear gradient.
- startColor
- The starting color of the linear gradient.
- endColor
- The ending color of the linear gradient.
Return Value
A new linear gradient brush.