I have a bitmap out of which I\'m cutting out a multipi point polygon. I\'m curious what the correct process is for taking the pixels within the arbitrary shape and copying
Not sure how your code works, but here's an idea on how to do it:
Bitmap
or Canvas
-methods.(x-=minX, y-=minY)
;