Jump to content

What is the most effective method to change the coordinator on picture control?


Thang Nguyen

Recommended Posts

Hi,

In current picture control, the origin start at top left corner and it's positive direction go down to the bottom. I would like to use picture control to draw map for my robot project, but I would like to display as a normal coordinator system which mean vertical positive direction is go up and origin start at bottom left corner. I am trying to shift the origin and swap all y value. I wonder if there is better way than this.

 

Regards,

Thang Nguyen

Edited by Thang Nguyen
Link to comment

Changing the Y values seems easy enough to me (just do PicHeight-Y), but if you want another option, you could try using an XY graph instead of the picture control and just set the scales to match what you want. If you want to have an actual image, you can use the graph's picture property (I think it's called plot images) and set the BG picture.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.