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
Post a Comment