I am programming in WPF. My goal is to create TRPG (Text-RPG), so a map is definitely necessary.
I have a PNG image that can be divided into 5 ร 5.
I want to separate this PNG, add the code to these small squares, for example, the image code in the lower left corner (0, 0). (I will add features to make sure that I can travel this MAP later.)
Now I want to find out how can I separate PNG?
Then add it to my code? Create a new .cs? EDMX-?
source share