I have an InkCanvas control sized 400x250 in my UWP APP. I do not have any problems with drawing. However, when I get out of the scope of InkCanvas (which is 400x250) without releasing the pointer and keep drawing on other parts of the page InkCanvas still adds the ink.
I only want InkCanvas to get the ink from the part I specified for its width and height property. Is there any attiribute or method to achieve that?