Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
xmlに画像をロードして画像を表示する画像ビューがあります。
プログラムで画像サイズをスケール 2 で拡大 (または縮小) するにはどうすればよいでしょうか? (倍にするか、半分にするか)
助けてくださいありがとう
I have an object which implements IList interface, I want to cast it to IList<object> or List<object>, I tried
IList
IList<object>
List<object>
IList<obje