description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||||
---|---|---|---|---|---|---|---|---|---|
Learn more about: CD2DPointU Class |
CD2DPointU Class |
08/29/2019 |
|
|
04733f96-b6de-4a89-82e3-caad1e8087a9 |
A wrapper for D2D1_POINT_2U
.
class CD2DPointU : public D2D1_POINT_2U;
Name | Description |
---|---|
CD2DPointU::CD2DPointU | Overloaded. Constructs a CD2DPointU from object D2D1_POINT_2U object. |
Name | Description |
---|---|
CD2DPointU::operator CPoint | Converts CD2DPointU to CPoint object. |
D2D1_POINT_2U
CD2DPointU
Header: afxrendertarget.h
Constructs a CD2DPointU object from CPoint object.
CD2DPointU(const CPoint& pt);
CD2DPointU(const D2D1_POINT_2U& pt);
CD2DPointU(const D2D1_POINT_2U* pt);
CD2DPointU(UINT32 uX = 0, UINT32 uY = 0);
pt
source point
uX
source X
uY
source Y
Converts CD2DPointU to CPoint object.
operator CPoint();
Current value of D2D point.