次の方法で共有


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 クラス