CD2DPointU 클래스
D2D1_POINT_2U
의 래퍼입니다.
구문
class CD2DPointU : public D2D1_POINT_2U;
멤버
공용 생성자
속성 | 설명 |
---|---|
CD2DPointU::CD2DPointU | 오버로드됨. from 개체 개체를 CD2DPointU 생성합니다 D2D1_POINT_2U . |
Public 연산자
속성 | 설명 |
---|---|
CD2DPointU::operator CPoint | 개체로 CPoint 변환합니다CD2DPointU . |
상속 계층 구조
D2D1_POINT_2U
CD2DPointU
요구 사항
헤더: afxrendertarget.h
CD2DPointU::CD2DPointU
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)
source Y
CD2DPointU::operator CPoint
CD2DPointU를 CPoint 개체로 변환합니다.
operator CPoint();
Return Value
D2D 지점의 현재 값입니다.