LinearGradientBrush::LinearGradientBrush~r8 (gdiplusbrush.h)
This topic lists the constructors of the LinearGradientBrush class. For a complete class listing, see LinearGradientBrush Class.
Overload list
Constructor | Description |
---|---|
LinearGradientBrush(Point&,Point&,Color&,Color&) | Creates a LinearGradientBrush::LinearGradientBrush object from a set of boundary points and boundary colors. |
LinearGradientBrush(PointF&,PointF&,Color&,Color&) | Creates a LinearGradientBrush::LinearGradientBrush object from a set of boundary points and boundary colors. |
LinearGradientBrush(Rect&,Color&,Color&,REAL,BOOL) | Creates a LinearGradientBrush::LinearGradientBrush object from a rectangle and angle of direction. |
LinearGradientBrush(Rect&,Color&,Color&,LinearGradientMode) | Creates a LinearGradientBrush::LinearGradientBrush object based on a rectangle and mode of direction. |
LinearGradientBrush(RectF&,Color&,Color&,LinearGradientMode) | Creates a LinearGradientBrush::LinearGradientBrush object based on a rectangle and mode of direction. |
Syntax
void LinearGradientBrush();
Return value
None
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | gdiplusbrush.h |