| View previous topic :: View next topic |
| Author |
Message |
José Guest
|
Posted: Tue Apr 18, 2006 11:03 am Post subject: Mirror reversed picture |
|
|
I display a picture with: Image1->Picture->LoadFromFile(fn);
Is there a way to get the picture mirror reversed?
--
José |
|
| Back to top |
|
 |
José Guest
|
Posted: Tue Apr 18, 2006 1:04 pm Post subject: Re: Mirror reversed picture |
|
|
On Tue, 18 Apr 2006 12:16:26 +0200, José <jose (AT) 127 (DOT) 0.0.1> wrote in
borland.public.cppbuilder.nativeapi:
| Quote: | I display a picture with: Image1->Picture->LoadFromFile(fn);
Is there a way to get the picture mirror reversed?
|
So simple: use a negative Width!
--
José |
|
| Back to top |
|
 |
Hans Galema Guest
|
Posted: Tue Apr 18, 2006 9:03 pm Post subject: Re: Mirror reversed picture |
|
|
José wrote:
| Quote: | I display a picture with: Image1->Picture->LoadFromFile(fn);
Is there a way to get the picture mirror reversed?
So simple: use a negative Width!
|
Hehh ? Wich Width are you referring to ?
Hans. |
|
| Back to top |
|
 |
José Guest
|
Posted: Wed Apr 19, 2006 5:03 pm Post subject: Re: Mirror reversed picture |
|
|
On Tue, 18 Apr 2006 22:14:20 +0200, Hans Galema <notused (AT) notused (DOT) nl>
wrote in borland.public.cppbuilder.nativeapi:
| Quote: | I display a picture with: Image1->Picture->LoadFromFile(fn);
Is there a way to get the picture mirror reversed?
So simple: use a negative Width!
Hehh ? Wich Width are you referring to ?
Image1->Width |
And of course Image1->Left must have a higher value.
--
José |
|
| Back to top |
|
 |
Hans Galema Guest
|
Posted: Wed Apr 19, 2006 6:03 pm Post subject: Re: Mirror reversed picture |
|
|
José wrote:
| Quote: | I display a picture with: Image1->Picture->LoadFromFile(fn);
Is there a way to get the picture mirror reversed?
So simple: use a negative Width!
Hehh ? Wich Width are you referring to ?
Image1->Width
|
That does not work here. Nothing to be seen.
| Quote: | And of course Image1->Left must have a higher value.
|
There should be space to show the picture yes. But it
does not work. Not with assigning in the IDE nor with code.
Hans. |
|
| Back to top |
|
 |
Sam S. Firouz Guest
|
|
| Back to top |
|
 |
José Guest
|
Posted: Fri Apr 21, 2006 10:03 am Post subject: Re: Mirror reversed picture |
|
|
On Wed, 19 Apr 2006 18:49:33 +0200, Hans Galema <notused (AT) notused (DOT) nl>
wrote in borland.public.cppbuilder.nativeapi:
| Quote: | Image1->Width
That does not work here. Nothing to be seen.
And of course Image1->Left must have a higher value.
There should be space to show the picture yes. But it
does not work. Not with assigning in the IDE nor with code.
|
Strange. I tried it and it worked.
--
José |
|
| Back to top |
|
 |
José Guest
|
Posted: Fri Apr 21, 2006 11:03 am Post subject: Re: Mirror reversed picture |
|
|
On Fri, 21 Apr 2006 11:36:33 +0200, Hans Galema <notused (AT) notused (DOT) nl>
wrote in borland.public.cppbuilder.nativeapi:
| Quote: | Strange. I tried it and it worked.
You have something with computers .
|
'Tuurlijk. We all do.
--
José |
|
| Back to top |
|
 |
Hans Galema Guest
|
Posted: Fri Apr 21, 2006 11:03 am Post subject: Re: Mirror reversed picture |
|
|
José wrote:
| Quote: | Strange. I tried it and it worked.
|
You have something with computers .
Hans. |
|
| Back to top |
|
 |
|