Share via


CD2DEllipse クラス

D2D1_ELLIPSEのラッパー。

構文

class CD2DEllipse : public D2D1_ELLIPSE;

メンバー

パブリック コンストラクター

名前 説明
CD2DEllipse::CD2DEllipse 過負荷です。 オブジェクトからD2D1_ELLIPSEオブジェクトをCD2DEllipse構築します。

継承階層

D2D1_ELLIPSE

CD2DEllipse

必要条件

ヘッダー: afxrendertarget.h

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
ソース四角形

楕円
ソース楕円

ptCenter
楕円の中心点。

sizeRadius
楕円の X 半径と Y 半径。

関連項目

クラス