/[winpt]/trunk/PTD/wptJPG.h
ViewVC logotype

Diff of /trunk/PTD/wptJPG.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 22 by twoaday, Mon Jan 31 11:02:21 2005 UTC revision 23 by twoaday, Fri Sep 30 10:10:16 2005 UTC
# Line 33  public: Line 33  public:
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*/

Legend:
Removed from v.22  
changed lines
  Added in v.23

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26