Compartir a través de


CD2DSizeU::CD2DSizeU

Construye un objeto CD2DSizeU del objeto CSize.

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

Parámetros

  • size
    tamaño de origen

  • cx
    ancho de origen

  • cy
    alto de origen

Requisitos

Encabezado: afxrendertarget.h

Vea también

Referencia

CD2DSizeU (Clase)