次の方法で共有


CD2DEllipse::CD2DEllipse

更新 : 2011 年 3 月

Visual Studio 2010 SP1 が必要です。

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

履歴の変更

日付

履歴

理由

2011 年 3 月

このコンテンツを追加。

SP1 機能変更