CD2DRectF::CD2DRectF
Constructs a CD2DRectF object from CRect object.
CD2DRectF(
const CRect& rect
);
CD2DRectF(
const D2D1_RECT_F& rect
);
CD2DRectF(
const D2D1_RECT_F* rect
);
CD2DRectF(
FLOAT fLeft = 0.,
FLOAT fTop = 0.,
FLOAT fRight = 0.,
FLOAT fBottom = 0.
);
Parameters
rect
source rectanglefLeft
source left coordinatefTop
source top coordinatefRight
source right coordinatefBottom
source bottom coordinate
Requirements
Header: afxrendertarget.h