Changing the drawing cordinates

S

stenerson.j

Hi,
I need to change how a image and text appear on a screen. So instead
of using the Top/left X/Y position to draw the image, I need to set
the drawing origin to be the bottom/right. When I am drawing images
only, I use the rotateat property, but when i include text, this does
not work as the text is not readable. Is there any way to accomplish
this in c#?

Thanks
 
N

not_a_commie

I need to change how a image and text appear on a screen. So instead
of using the Top/left X/Y position to draw the image, I need to set
the drawing origin to be the bottom/right. When I am drawing images
only, I use the rotateat property, but when i include text, this does
not work as the text is not readable. Is there any way to accomplish
this in c#?

There is a way to accomplish this. Set the Transform member of the
Graphics context object. Do a search online to understand it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top