CD2DBitmapBrush Class
A wrapper for ID2D1BitmapBrush.
class CD2DBitmapBrush : public CD2DBrush;
Members
Public Constructors
Name |
Description |
---|---|
Overloaded. Constructs a CD2DBitmapBrush object from file. |
|
The destructor. Called when a D2D bitmap brush object is being destroyed. |
Public Methods
Name |
Description |
---|---|
Attaches existing resource interface to the object |
|
Creates a CD2DBitmapBrush. (Overrides CD2DResource::Create.) |
|
Destroys a CD2DBitmapBrush object. (Overrides CD2DBrush::Destroy.) |
|
Detaches resource interface from the object |
|
Returns ID2D1BitmapBrush interface |
|
Gets the bitmap source that this brush uses to paint |
|
Gets the method by which the brush horizontally tiles those areas that extend past its bitmap |
|
Gets the method by which the brush vertically tiles those areas that extend past its bitmap |
|
Gets the interpolation method used when the brush bitmap is scaled or rotated |
|
Specifies the bitmap source that this brush uses to paint |
|
Specifies how the brush horizontally tiles those areas that extend past its bitmap |
|
Specifies how the brush vertically tiles those areas that extend past its bitmap |
|
Specifies the interpolation mode used when the brush bitmap is scaled or rotated |
Protected Methods
Name |
Description |
---|---|
Initializes the object |
Public Operators
Name |
Description |
---|---|
Returns ID2D1BitmapBrush interface |
Protected Data Members
Name |
Description |
---|---|
Stores a pointer to a CD2DBitmap object. |
|
Stores a pointer to an ID2D1BitmapBrush object. |
|
Bitmap brush properties. |
Inheritance Hierarchy
Requirements
Header: afxrendertarget.h