hi,
what are all the possible operation that we can do on the image using the C# language.
And please specify the "classes and functions" to do that operation
thanks in advance,
singam.
hi,
what are all the possible operation that we can do on the image using the C# language.
And please specify the "classes and functions" to do that operation
thanks in advance,
singam.
Possible operations on image using C#
Dan Fergus
Artmark
hi,
is there any buit-in functions for image zooming, inverting. clipping etc
Herru Perdana
rajesh_batchu
corne_mo
Hi,
I need to implement zooming and panning function on a map in jpeg format. Is it possible for you to show an example of how we can make use of these existing functions
Thanks
Chee Kiang
Matthew Langley
You can do just about everything from drawing shapes, to text, to image manipulation, to painting with bushes and colors.
Other classes you will use along the way include SolidBrush, Brush, Pen, Color etc
The System.Drawing namespace will be your friend along this path.Hope this helps. Let us know if you have any further questions.
lushdog
Hmm i got that portion sorted out.Now, I need to be able to move my mouse around the picture box (displaying the map) and at the same time display the coordinates of my mouse cursor. How can this be done
Regards
Chee Kiang