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 size

  • cx
    source width

  • cy
    source height

Requirements

Header: afxrendertarget.h

See Also

Reference

CD2DSizeU Class