I am creating a application using WPF. I want to calculate the coordinate of the visible region of a canvas.
Which method will be called when i resize the window, so tha
The SizeChanged event will be raised, you can add an event handler there. But maybe your particular problem has another solution (there's too little information in your question).