티스토리 뷰
CPoint::CPoint
CPoint( );
CPoint( int initX, int initY );
CPoint( POINT initPt );
CPoint( SIZE initSize );
CPoint( DWORD dwPoint );
Parameters
initX
Specifies the value of the x member of CPoint.
initY
Specifies the value of the y member of CPoint.
initPt
POINT structure or CPoint that specifies the values used to initialize CPoint.
initSize
SIZE structure or CSize that specifies the values used to initialize CPoint.
dwPoint
Sets the x member to the low-order word of dwPoint and the y member to the high-order word of dwPoint.
Remarks
Constructs a CPoint object. If no arguments are given, x and y members are not initialized.
CPoint Overview | Class Members | Hierarchy Chart Construction Operations Operators Returning CPoint Values Operators Returning CSize Values Operators Returning CRect Values
CPoint Class Members
CPoint
Constructs a CPoint.
Offset
Adds values to the x and y members of the
CPoint.
operator
==
Checks for equality between two points.
operator
!=
Checks for inequality between two
points.
operator
+=
Offsets CPoint by adding a size or point.
operator
–=
Offsets CPoint by subtracting a size or point.
operator +
Returns the sum of a CPoint and a size or
point.
operator –
Returns the difference of a CPoint and a size, or the
negation of a point.
operator –
Returns the size difference between two
points.
operator +
Returns a CRect offset by a size.
operator –
Returns a CRect offset by a negative
size.
- Total
- Today
- Yesterday
- 스프링 프레임워크(spring framework)
- 람다식(lambda expression)
- 메이븐(maven)
- REST API
- java web-mvc
- java.sql
- nl2br
- jstl(java standard tag library)
- jsp 오픈 소스
- error-java
- 진수 변환
- React
- system.io
- await
- MainActor
- jstl(java standard tag library)-core
- 특정 문자를 기준으로 자르기
- 스프링 프레임워크(spring framewordk)
- System.Diagnostics
- 제품 등록
- .submit()
- In App Purchase
- 스프링 시큐리티(spring security)-http basic 인증
- 인텔리제이(intellij)
- 표현 언어(expression language)
- java 키워드 정리
- java-개발 환경 설정하기
- 스프링 시큐리티(spring security)
- docker
- 문자 자르기
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |