从 CSize 对象构造 CD2DSizeU 对象。
CD2DSizeU(
const CSize& size
);
CD2DSizeU(
const D2D1_SIZE_U& size
);
CD2DSizeU(
const D2D1_SIZE_U* size
);
CD2DSizeU(
UINT32 cx = 0,
UINT32 cy = 0
);
参数
size
源大小cx
源宽度cy
源高度
要求
标头: afxrendertarget.h