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
标头:afxrendertarget.h
从 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
源 X
uY
源 Y
将 CD2DPointU 转换为 CPoint 对象。
operator CPoint();
D2D 点的当前值。