Two ways to load/display an image. whats the differnece?


in silverlight 1.1 displayed images filling rectangle image source. approach noticed images take time show (load).

since silverlight 2.0 however, i've been using image control.

is there difference between these 2 approaches? 

advantages , disadvantages?

 

i have guess.... best guess rectangle imagebrush less efficient, uses more memory image object.

why use rectangle , brush instead of image control? image control available in 1.1 if i'm not mistaken...



Silverlight  >  Programming Silverlight with .NET – General



Comments

Popular posts from this blog

BIT Version

SQL Server PSProvider SQL Server Authentication

set datagrid current record to inserted record