Skip to content

AvoidImageList

Nonki Takahashi edited this page Apr 24, 2017 · 2 revisions

AvoidImageList

Use

iw = 64
ih = 64

instead of

iw = ImageList.GetWidthOfImage(img)
ih = ImageLIst.GetHeightOfImage(img)

on browser with Silverlight environment. Because these operations return 0 on browser environment.


Clone this wiki locally