Pasar Imagen gdi+ a gdi

Pasar Imagen gdi+ a gdi

Postby mastintin » Wed Dec 03, 2014 10:14 pm

pues parece que funciona bien ...

Code: Select all  Expand view


function Main()

   local oWnd
   local oImage

   DEFINE WINDOW oWnd TITLE "Testing GDI+ Class" FROM 5,5 TO 600, 800 PIXEL
   
   @ 3, 38 BITMAP oimage File "hola" size 120,120 of oWnd // cargamos la imagen en vacio.

   ACTIVATE WINDOW oWnd on init cogeimagen() ;
      ON PAINT Gditest(  oImage )

return nil

function Gditest(  oImage )
 
   // local cfile:= cGetfile("escoge una imagen")  // funciona también con png

  local cFile := "c:\fwh\bitmaps\pngs\image6.png"
   local obmp:= gdiBmp():new( cFile )
  oImage:hBitmap := GDIPLUSCREATEHBITMAPIMAGE( obmp:hbmp )  
  oImage:HasAlpha()
  oimage:refresh()

 Return nil

 
User avatar
mastintin
 
Posts: 1516
Joined: Thu May 27, 2010 2:06 pm

Re: Pasar Imagen gdi+ a gdi

Postby hmpaquito » Wed Dec 03, 2014 10:20 pm

Venga Manuel ! Estás llevando fwh más lejos.

Muchas gracias por tus grandes aportaciones.

Si tu estás en paro, con lo que dominas, no sé donde voy a parar yo.

Un cordial saludo.
hmpaquito
 
Posts: 1482
Joined: Thu Oct 30, 2008 2:37 pm

Re: Pasar Imagen gdi+ a gdi

Postby Antonio Linares » Thu Dec 04, 2014 8:49 am

Manuel,

Estás que te sales!!! :-D

Mil gracias
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 42099
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain


Return to FiveWin para Harbour/xHarbour

Who is online

Users browsing this forum: Rick Lipkin and 87 guests

cron