Hi can some body tell me how to implement photo tagging feature in c# ? I want to develope the same functionality like orkut, facebook
Thank you
Hi can some body tell me how to implement photo tagging feature in c# ? I want to develope the same functionality like orkut, facebook
Thank you
Just think a bit more and break the problem into sections.
Tagging is just marking an area and map a name for that area. So you just need to keep a single coordinate to keep your tag location, say the top left corner (And assume a fixed size of a square : that is the tag area) and the name that mapped with the area. You may use any form/image coordinate manipulation capability with a simple mouse down event.