CD2DRectU::CD2DRectU
Constructs a CD2DRectU object from CRect object.
CD2DRectU(
const CRect& rect
);
CD2DRectU(
const D2D1_RECT_U& rect
);
CD2DRectU(
const D2D1_RECT_U* rect
);
CD2DRectU(
UINT32 uLeft = 0,
UINT32 uTop = 0,
UINT32 uRight = 0,
UINT32 uBottom = 0
);
Parameters
rect
source rectangleuLeft
source left coordinateuTop
source top coordinateuRight
source right coordinateuBottom
source bottom coordinate
Requirements
Header: afxrendertarget.h