33 |
BOOL Show (HDC pDC, POINT *LeftTop, POINT *WidthHeight, int MagnifyX, int MagnifyY); |
BOOL Show (HDC pDC, POINT *LeftTop, POINT *WidthHeight, int MagnifyX, int MagnifyY); |
34 |
BOOL UpdateSizeOnDC (HDC pDC); |
BOOL UpdateSizeOnDC (HDC pDC); |
35 |
|
|
36 |
IPicture* m_IPicture; /* Same As LPPICTURE (typedef IPicture __RPC_FAR *LPPICTURE)*/ |
LONG m_Height; /* Height (In Pixels Ignor What Current Device Context Uses) */ |
37 |
|
LONG m_Weight; /* Size Of The Image Object In Bytes (File OR Resource) */ |
38 |
|
LONG m_Width; /* Width (In Pixels Ignor What Current Device Context Uses) */ |
39 |
|
|
40 |
LONG m_Height; /* Height (In Pixels Ignor What Current Device Context Uses) */ |
private: |
41 |
LONG m_Weight; /* Size Of The Image Object In Bytes (File OR Resource) */ |
IPicture* m_IPicture; /* Same As LPPICTURE (typedef IPicture __RPC_FAR *LPPICTURE)*/ |
|
LONG m_Width; /* Width (In Pixels Ignor What Current Device Context Uses) */ |
|
42 |
}; |
}; |
43 |
|
|
|
#endif /*WPT_JPG_H*/ |
|
44 |
|
#endif /*WPT_JPG_H*/ |