How we canfire a window resize event with XTK? -


how can fire window resize event xtk? , possible extract width , higth of image witch canvas ?

best, amal

the resize event general resize event here https://stackoverflow.com/a/7622176/1183453

var evt = document.createevent('uievents'); evt.inituievent('resize', true, false,window,0); window.dispatchevent(evt); 

Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -