- 5인용C++스터디/더블버퍼링 . . . . 3 matches
DeleteObject(font);
DeleteObject(hBit);
DeleteObject(hBaby);
- EffectiveSTL/Container . . . . 3 matches
struct DeleteObject : public unary_function<const T*, void>
for_each(v.begin(), v.End(), DeleteObject()); // 정말 이상하군..--;
* 밑에꺼 쓰고 덧붙이는 건데 이 방법은 열라 안좋은 거란다.(struct DeleteObject, 쳇 그러면서 뭐하러 설명해?-.-)
- 5인용C++스터디/윈도우에그림그리기 . . . . 2 matches
DeleteObject(hPen);
* DeleteObject() : CreatePen()함수로 생성한 펜을 지우는 역할.
- [Lovely]boy^_^/Arcanoid . . . . 2 matches
pen.DeleteObject();
//OnDestroy()에서 DeleteObject()하는 방식을 쓰거든요.
- 레밍즈프로젝트/그리기DC . . . . 2 matches
m_bmp.DeleteObject();
newBitmap.DeleteObject();
- MFCStudy_2001/진행상황 . . . . 1 match
* 이상한 점2 : 울집에선 잘 돌아간단 말얏! 왜 딴집에선 안 돌아가는 거시야..ㅠ.ㅠ 리소스 새는 걸 어떻게 잡지.. DeleteObject 다 해줬고.. 힝..ㅠ.ㅠ * 그외 : 상협이한테 줘서 테스트 해봤는데요. 처음엔 잘되다가 중간부터 공이 잔상이 생긴다네요. 그리고 상민이형 왈, 오래 놔두면 너네 집에서도 뻗을거야 라는 말씀에 한시간 동안 틀어놔봤거든요. 별다른 변화를 못 느끼겠어여--; 도대체 어떻게 잡을지..ㅠ.ㅠ
- bitblt로 투명배경 구현하기 . . . . 1 match
DeleteObject(bitmap_mask);
- 레밍즈프로젝트/프로토타입/MFC더블버퍼링 . . . . 1 match
m_bmp.DeleteObject();
Found 8 matching pages out of 7555 total pages (5000 pages are searched)
You can also click here to search title.