| title | CD2DPointU Class | Microsoft Docs | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ms.custom | ||||||||||||||
| ms.date | 11/04/2016 | |||||||||||||
| ms.reviewer | ||||||||||||||
| ms.suite | ||||||||||||||
| ms.technology |
|
|||||||||||||
| ms.tgt_pltfrm | ||||||||||||||
| ms.topic | reference | |||||||||||||
| f1_keywords |
|
|||||||||||||
| dev_langs |
|
|||||||||||||
| helpviewer_keywords |
|
|||||||||||||
| ms.assetid | 04733f96-b6de-4a89-82e3-caad1e8087a9 | |||||||||||||
| caps.latest.revision | 18 | |||||||||||||
| author | mikeblome | |||||||||||||
| ms.author | mblome | |||||||||||||
| manager | ghogen | |||||||||||||
| translation.priority.ht |
|
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.