CD2DSizeU::CD2DSizeU
Constructs a CD2DSizeU object from CSize object.
CD2DSizeU(
const CSize& size
);
CD2DSizeU(
const D2D1_SIZE_U& size
);
CD2DSizeU(
const D2D1_SIZE_U* size
);
CD2DSizeU(
UINT32 cx = 0,
UINT32 cy = 0
);
Parameters
size
source sizecx
source widthcy
source height
Requirements
Header: afxrendertarget.h