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