CBitmapRenderTarget 类

ID2D1BitmapRenderTarget 的包装。

class CBitmapRenderTarget : public CRenderTarget;

成员

Gg482783.collapse_all(zh-cn,VS.110).gif公共构造函数

名称

说明

CBitmapRenderTarget::CBitmapRenderTarget

构造 CBitmapRenderTarget 对象。

Gg482783.collapse_all(zh-cn,VS.110).gif公共方法

名称

说明

CBitmapRenderTarget::Attach

将现有的呈现器目标接口附加到该对象

CBitmapRenderTarget::Detach

将呈现器目标接口从该对象分离

CBitmapRenderTarget::GetBitmap

检索此呈现起目标的位图。 对于绘图操作,可以使用返回的位图。

CBitmapRenderTarget::GetBitmapRenderTarget

返回 ID2D1BitmapRenderTarget 接口

Gg482783.collapse_all(zh-cn,VS.110).gif公共运算符

名称

说明

CBitmapRenderTarget::operator ID2D1BitmapRenderTarget*

返回 ID2D1BitmapRenderTarget 接口

Gg482783.collapse_all(zh-cn,VS.110).gif受保护的数据成员

名称

说明

CBitmapRenderTarget::m_pBitmapRenderTarget

指向 ID2D1BitmapRenderTarget 对象的指针。

继承层次结构

CObject

CRenderTarget

CBitmapRenderTarget

要求

标头: afxrendertarget.h

请参见

其他资源

MFC 类