Drawing Borders Between Provinces
I am working with maps; WriteableBitmap images that i'm shifting around, manipulating and etc. I am trying to implement a new version of a map but i don't necessarily know how.
I have a map as such
2 Replies
and I am trying to reach this state.
This is the closest, simplest code that I have already existing to act as context for what I am trying to do:
My hopes are to get this black-border completely separate from the province colours; creating a new WriteableBitmap that is filled with these borders but devoid if the original image's colours.