CD2DEllipse::CD2DEllipse

从 CD2DRectF 对象构造 CD2DEllipse 对象。

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

参数

  • rect
    源矩形

  • ellipse
    源椭圆

  • ptCenter
    改椭圆的中心点。

  • sizeRadius
    椭圆的 X 轴半径和 Y 轴半径。

要求

标头: afxrendertarget.h

请参见

参考

CD2DEllipse 类