Tanya Komputer

Categories

Create shadow

how to create shadow in delphi?

here the source you can use
BitBlt(Canvas.Handle,0,0,Width,Height,bmpDropShadow.Canvas.Handle, 0,0,SrcAnd);
Canvas.Draw(0,0,bmpMyImage);

By Camdyn | Via website
 
Copyright © agusbudi 2009, All Rights Reserved