CHwndRenderTarget Class
A wrapper for ID2D1HwndRenderTarget.
class CHwndRenderTarget : public CRenderTarget;
Members
Public Constructors
Name |
Description |
---|---|
Constructs a CHwndRenderTarget object from HWND. |
Public Methods
Name |
Description |
---|---|
Attaches existing render target interface to the object |
|
Indicates whether the HWND associated with this render target is occluded. |
|
Creates a render target associated with the window |
|
Detaches render target interface from the object |
|
Returns the HWND associated with this render target. |
|
Returns ID2D1HwndRenderTarget interface. |
|
Re-creates a render target associated with the window |
|
Changes the size of the render target to the specified pixel size |
Public Operators
Name |
Description |
---|---|
Returns ID2D1HwndRenderTarget interface. |
Protected Data Members
Name |
Description |
---|---|
A pointer to an ID2D1HwndRenderTarget object. |
Inheritance Hierarchy
Requirements
Header: afxrendertarget.h