CD2DPointF 클래스
D2D1_POINT_2F
의 래퍼입니다.
구문
class CD2DPointF : public D2D1_POINT_2F;
멤버
공용 생성자
속성 | 설명 |
---|---|
CD2DPointF::CD2DPointF | 오버로드됨. 개체에서 D2D1_POINT_2F 개체를 CD2DPointF 생성합니다. |
Public 연산자
속성 | 설명 |
---|---|
CD2DPointF::operator CPoint | 개체로 CPoint 변환합니다CD2DPointF . |
상속 계층 구조
D2D1_POINT_2F
CD2DPointF
요구 사항
헤더: afxrendertarget.h
CD2DPointF::CD2DPointF
CPoint 개체에서 CD2DPointF 개체를 생성합니다.
CD2DPointF(const CPoint& pt);
CD2DPointF(const D2D1_POINT_2F& pt);
CD2DPointF(const D2D1_POINT_2F* pt);
CD2DPointF(FLOAT fX = 0., FLOAT fY = 0.);
매개 변수
pt
원본 지점
fX
원본 X
년도
source Y
CD2DPointF::operator CPoint
CD2DPointF를 CPoint 개체로 변환합니다.
operator CPoint();
Return Value
D2D 지점의 현재 값입니다.