Page 1 of 1

How do I use the MergeAddFile function in GflAx?

Posted: Mon Feb 16, 2004 9:34 pm
by Hans
Hi there,
I tried to use the MergAddFile Method, but I can't get it to work....

MyObj.LoadBitmap App.path + "photo.jpg"
MyObj.MergeAddFile App.Path + "\banner.jpg", 100,10, 10
MyObj.SaveBitmap

Who can tell me what value I can use for opacity....
Thanks,
Hans

Re: How do I use the MergeAddFile function in GflAx?

Posted: Mon Apr 05, 2004 12:05 pm
by xnview
Hans wrote:Hi there,
I tried to use the MergAddFile Method, but I can't get it to work....

MyObj.LoadBitmap App.path + "photo.jpg"
MyObj.MergeAddFile App.Path + "\banner.jpg", 100,10, 10
MyObj.SaveBitmap

Who can tell me what value I can use for opacity....
For example, you can use 50% for the first picture, and 50% for the second.
Pierre.