'Declaration Public Function New( _
ByVal rectangleA System.Drawing.RectangleF structure that specifies the bounds of the linear gradient.As System.Drawing.RectangleF, _
ByVal ParamArray gradientStopsThe gradient stops of the brush.() As Vintasoft.Imaging.Drawing.GradientStop _
)
public GdiLinearGradientBrush(
System.Drawing.RectangleF rectangle,
params Vintasoft.Imaging.Drawing.GradientStop[] gradientStops
)
public: GdiLinearGradientBrush(
System.Drawing.RectangleF* rectangle,
params Vintasoft.Imaging.Drawing.GradientStop*[]* gradientStops
)
public:
GdiLinearGradientBrush(
System.Drawing.RectangleF^ rectangle,
... array<Vintasoft.Imaging.Drawing.GradientStop^>^ gradientStops
)
Parameters
- rectangle
- A System.Drawing.RectangleF structure that specifies the bounds of the linear gradient.
- gradientStops
- The gradient stops of the brush.