home *** CD-ROM | disk | FTP | other *** search
Wrap
Global scalex As Single Global scaley As Single '* Declarations for the GDI functions...place in Global Module. Declare Function CreateCompatibleDC% Lib "GDI" (ByVal hDC%) Declare Function SelectObject% Lib "GDI" (ByVal hDC%, ByVal hObject%) Declare Function StretchBlt% Lib "GDI" (ByVal hDC%, ByVal X%, ByVal Y%, ByVal nWidth%, ByVal nHght%, ByVal hSrcDC%, ByVal XSrc%, ByVal YSrc%, ByVal nSrcWidth%, ByVal nSrcHeight%, ByVal dwRop&) Declare Function DeleteDC% Lib "gdi" (ByVal hDC%) Declare Function Escape Lib "GDI" (ByVal hDC As Integer, ByVal nEscape As Integer, ByVal nCount As Integer, lplnData As Any, lpOutData As Any) As Integer