Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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(
const LinearGradientBrush & unnamedParam1
);
Parameters
unnamedParam1
Return value
None
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | gdiplusbrush.h |