CD2DPointF クラス
D2D1_POINT_2F
のラッパー。
構文
class CD2DPointF : public D2D1_POINT_2F;
メンバー
パブリック コンストラクター
名前 | 説明 |
---|---|
CD2DPointF::CD2DPointF | 過負荷です。 オブジェクトから CD2DPointF オブジェクト D2D1_POINT_2F 構築します。 |
パブリック演算子
名前 | 説明 |
---|---|
CD2DPointF::operator CPoint | CD2DPointF を CPoint オブジェクトに変換します。 |
継承階層
D2D1_POINT_2F
CD2DPointF
要件
Header: afxrendertarget.h
CD2DPointF::CD2DPointF
CPoint オブジェクトから CD2DPointF オブジェクトを構築します。
CD2DPointF(const CPoint& pt);
CD2DPointF(const D2D1_POINT_2F& pt);
CD2DPointF(const D2D1_POINT_2F* pt);
CD2DPointF(FLOAT fX = 0., FLOAT fY = 0.);
パラメーター
pt
ソース ポイント
fX
source X
会計年度
source Y
CD2DPointF::operator CPoint
CD2DPointF を CPoint オブジェクトに変換します。
operator CPoint();
戻り値
D2D ポイントの現在の値。