25 |
{ |
{ |
26 |
private: |
private: |
27 |
LONG m_Height; /* height (in pixels ignore what current device context uses) */ |
LONG m_Height; /* height (in pixels ignore what current device context uses) */ |
28 |
LONG m_Weight; /* size of the image object in bytes (file OR resource) */ |
LONG m_Weight; /* size of the image object in bytes */ |
29 |
LONG m_Width; /* width (in pixels ignore what current device context uses) */ |
LONG m_Width; /* width (in pixels ignore what current device context uses) */ |
30 |
|
|
31 |
IPicture* m_IPicture; /* Same As LPPICTURE (typedef IPicture __RPC_FAR *LPPICTURE)*/ |
IPicture* m_IPicture; /* Same As LPPICTURE (typedef IPicture __RPC_FAR *LPPICTURE)*/ |