Foros Club Delphi

Foros Club Delphi (https://www.clubdelphi.com/foros/index.php)
-   Varios (https://www.clubdelphi.com/foros/forumdisplay.php?f=11)
-   -   Objeto a Imagen (https://www.clubdelphi.com/foros/showthread.php?t=19226)

torito 08-03-2005 18:43:11

Objeto a Imagen
 
Hola foreros.... investigando encontre una herramienta en Visual Basic que combierte un objeto a Imagen..... también lo existe en Delphi??, pongo el código de conversión y el vinculo del dll por si alguien pudiera auxiliarme.
de antemano muchas gracias

Código:

Call RefreshScale(sbScaleBar1, Map)
Dim bmp2 As cDIBSection
Set bmp2 = New cDIBSection
Call bmp2.Create(401, 33)
Call apiBitBlt(bmp2.hdc, 0, 0, 401, 33, sbScaleBar1.hdc, 0, 0, SRCCOPY)
Call SaveJPG(bmp2, << FILENAME >> )

http://www.vbaccelerator.com/codelib/gfx/vbjpeg.htm


La franja horaria es GMT +2. Ahora son las 18:46:15.

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Traducción al castellano por el equipo de moderadores del Club Delphi