Sdílet prostřednictvím


CD2DEllipse::CD2DEllipse

Vytvoří objekt CD2DEllipse od objektu CD2DRectF.

CD2DEllipse(
   const CD2DRectF& rect
);
CD2DEllipse(
   const D2D1_ELLIPSE& ellipse
);
CD2DEllipse(
   const D2D1_ELLIPSE* ellipse
);
CD2DEllipse(
   const CD2DPointF& ptCenter,
   const CD2DSizeF& sizeRadius
);

Parametry

  • rect
    zdrojový obdélník

  • ellipse
    zdroj elipsa

  • ptCenter
    Středového bodu elipsy.

  • sizeRadius
    X radius a y radius elipsy.

Požadavky

Záhlaví: afxrendertarget.h

Viz také

Referenční dokumentace

Třída CD2DEllipse