c# - In .NET, How can I draw shapes on a picture? -


I am doing a software where I need to put square border areas on a satellite map (.pgg image) Can be clicked on.

What is the best way to add images to the pictures and add them to the data?

Overlay Custom-Draw UserControl at the top of the image control. Make it transparent to reveal the underlying image, but still be able to capture mouse interaction.

You must calculate the precise location of your control (pixel offset from the top-left corner of the map) overlay the appropriate map area. How do you calculate the offset and the actual size of your custom control map zoom level Depending on and you use GPS coordinates or image detection, to determine which area should be overlated.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -