共用方式為


CD2DSizeU::CD2DSizeU

從 CSize 物件建構 CD2DSizeU 物件。

CD2DSizeU(
   const CSize& size
);
CD2DSizeU(
   const D2D1_SIZE_U& size
);
CD2DSizeU(
   const D2D1_SIZE_U* size
);
CD2DSizeU(
   UINT32 cx = 0,
   UINT32 cy = 0
);

參數

  • size
    來源大小

  • cx
    來源寬度

  • cy
    來源高度

需求

**標頭檔:**afxrendertarget.h

請參閱

參考

CD2DSizeU 類別