| title | CD2DPointF 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 | 30f72083-1c8a-4f50-adb2-72dbbe3522d4 | |||||||||||||
| caps.latest.revision | 18 | |||||||||||||
| author | mikeblome | |||||||||||||
| ms.author | mblome | |||||||||||||
| manager | ghogen | |||||||||||||
| translation.priority.ht |
|
A wrapper for D2D1_POINT_2F.
class CD2DPointF : public D2D1_POINT_2F;
| Name | Description |
|---|---|
| CD2DPointF::CD2DPointF | Overloaded. Constructs a CD2DPointF object from D2D1_POINT_2F object. |
| Name | Description |
|---|---|
| CD2DPointF::operator CPoint | Converts CD2DPointF to CPoint object. |
D2D1_POINT_2F
CD2DPointF
Header: afxrendertarget.h
Constructs a CD2DPointF object from CPoint object.
CD2DPointF(const CPoint& pt);
CD2DPointF(const D2D1_POINT_2F& pt);
CD2DPointF(const D2D1_POINT_2F* pt);
CD2DPointF(FLOAT fX = 0., FLOAT fY = 0.);
pt
source point
fX
source X
fY
source Y
Converts CD2DPointF to CPoint object.
operator CPoint();
Current value of D2D point.