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 rectangle

  • uLeft
    source left coordinate

  • uTop
    source top coordinate

  • uRight
    source right coordinate

  • uBottom
    source bottom coordinate

Requirements

Header: afxrendertarget.h

See Also

Reference

CD2DRectU Class