Changeset 2592 for trunk/src/gdi32/dibsect.h
- Timestamp:
- Feb 1, 2000, 1:53:31 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/gdi32/dibsect.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/dibsect.h
r2267 r2592 1 /* $Id: dibsect.h,v 1. 9 1999-12-30 11:21:30sandervl Exp $ */1 /* $Id: dibsect.h,v 1.10 2000-02-01 12:53:29 sandervl Exp $ */ 2 2 3 3 /* … … 63 63 { 64 64 public: 65 DIBSection(WINBITMAPINFOHEADER *pbmi, DWORD handle, int fFlip);65 DIBSection(WINBITMAPINFOHEADER *pbmi, DWORD iUsage, DWORD handle, int fFlip); 66 66 ~DIBSection(); 67 67 … … 70 70 char GetBitCount(); 71 71 void UnSelectDIBObject() { this->hdc = 0; }; 72 73 DWORD GetBitmapHandle() { return handle; }; 74 DWORD GetRGBUsage() { return iUsage; }; 72 75 73 76 BOOL BitBlt(HDC hdcDest, int nXdest, int nYDest, … … 92 95 93 96 private: 94 DWORD handle ;97 DWORD handle, iUsage; 95 98 HWND hwndParent; 96 99 HDC hdc;
Note:
See TracChangeset
for help on using the changeset viewer.
