Hi,

I use the example Scanline to change an image with the alpha channel as
well.

  alphaTransparent  = 0;
  alphaOpaque       = 255;


  IntfImage.CopyPixels(ScanLineImage);
  MyBitmap.LoadFromIntfImage(IntfImage);
  Canvas.Draw(10,10,MyBitmap);

The problem is that I have no transparency with this method.

How to give transparency to MyBitmap?


Thanks for help,


-- 
Laurent.

Soon             >>-----LAZTUCE----->

French Forum : http://lazforum-fr.tuxfamily.org/index.php

Reply via email to