Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic I Want Rotate the background Picture and Graphics. (Read 2437 times)
parkwonwoo
Junior Member
**
Offline


Open the Podbay Doors
HAL!

Posts: 61
Joined: Dec 8th, 2006
I Want Rotate the background Picture and Graphics.
Dec 13th, 2006 at 4:39am
Print Post  
- OS: WinXP
- RAD: Delphi7
- FCX Pro Trial ver4.1

I Want to Rotate the background Picture and Graphics.

In My Case, Graphics is possible to rotate using the RotateAngle property, etc...

But background picture is impossible with the properties..

Is there any method?

Thanks in advance.
  

OS: WinXP sp2&&RAD: Borland Delphi7, C++Builder6, JBuilder9&&FrameWork: VCL+Win32 or J2SE&&FCX: FCX 4.1.x
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: I Want Rotate the background Picture and Graph
Reply #1 - Dec 13th, 2006 at 7:19am
Print Post  
It's not possible to rotate the background image. You might assign the image to a box instead to the flowchart's Picture property. Also set the following box properties:

Locked = true
RotateContents = true
Transparent = true
ZIndex = 0

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
parkwonwoo
Junior Member
**
Offline


Open the Podbay Doors
HAL!

Posts: 61
Joined: Dec 8th, 2006
Re: I Want Rotate the background Picture and Graph
Reply #2 - Dec 18th, 2006 at 11:02pm
Print Post  

Thanks. It Works good.
  

OS: WinXP sp2&&RAD: Borland Delphi7, C++Builder6, JBuilder9&&FrameWork: VCL+Win32 or J2SE&&FCX: FCX 4.1.x
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint