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

c# - Farseer ContactListener is not working -

Automatically create pages in phpfox -

database - one php page with different contents and urls -