Changing the drawing cordinates

  • Thread starter Thread starter stenerson.j
  • Start date Start date
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
 
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.
 
Back
Top