CD2DRadialGradientBrush Class
A wrapper for ID2D1RadialGradientBrush.
class CD2DRadialGradientBrush : public CD2DGradientBrush;
Members
Public Constructors
Name |
Description |
---|---|
Constructs a CD2DLinearGradientBrush object. |
|
The destructor. Called when a D2D radial gradient brush object is being destroyed. |
Public Methods
Name |
Description |
---|---|
Attaches existing resource interface to the object |
|
Creates a CD2DRadialGradientBrush. (Overrides CD2DResource::Create.) |
|
Destroys a CD2DRadialGradientBrush object. (Overrides CD2DGradientBrush::Destroy.) |
|
Detaches resource interface from the object |
|
Returns ID2D1RadialGradientBrush interface |
|
Retrieves the center of the gradient ellipse |
|
Retrieves the offset of the gradient origin relative to the gradient ellipse's center |
|
Retrieves the x-radius of the gradient ellipse |
|
Retrieves the y-radius of the gradient ellipse |
|
Specifies the center of the gradient ellipse in the brush's coordinate space |
|
Specifies the offset of the gradient origin relative to the gradient ellipse's center |
|
Specifies the x-radius of the gradient ellipse, in the brush's coordinate space |
|
Specifies the y-radius of the gradient ellipse, in the brush's coordinate space |
Public Operators
Name |
Description |
---|---|
Returns ID2D1RadialGradientBrush interface |
Protected Data Members
Name |
Description |
---|---|
A pointer to an ID2D1RadialGradientBrush. |
|
The center, gradient origin offset, and x-radius and y-radius of the brush's gradient. |
Inheritance Hierarchy
Requirements
Header: afxrendertarget.h