I am creating an application using WPF. I want to calculate the coordinate of the visible area of ββthe canvas.
What method will be called when the window is resized so that I can calculate the coordinate when the window is resized?
SizeChanged event will be added, you can add an event handler. But perhaps your specific problem has a different solution (there is too little information in your question).
SizeChanged
Source: https://habr.com/ru/post/1342783/More articles:Find if HashMap contains the selected value and return key - javaPHP memory fixed, although memory limit was not reached - phpMySQL - auto-increment for guidance - mysqlCreate JUnit TestSuite non-statically - javaHow to install TestNG plugin for Eclipse - eclipseSMTP configuration environment configuration pickupdirectorylocation - c #Can I use Threading.Timer in its callback? - callbackHow to connect another supporting installation file to my application while creating the installation file? - c #Simulink binary integer - matlabWindows batch file to check the modified file date and output to the log file, if not a specific value - windowsAll Articles