开发者

What is the max size for MediaHistoryItem's ImageStream in WP7?

开发者 https://www.devze.com 2023-04-05 14:34 出处:网络
I was wondering what the max size for MediaHistoryItem\'s ImageStream is. It sets the image almost all the time, but sometimes, when it is a slightly larger image, it can not set it. So I was wonderin

I was wondering what the max size for MediaHistoryItem's ImageStream is. It sets the image almost all the time, but sometimes, when it is a slightly larger image, it can not set it. So I was wondering if there is a limit to the ImageStream file size开发者_高级运维?


Well, you need to resize it to 358 x 358 pixels for the now playing tile, and 173x173 for all other tiles.

Larger images aren't supported. I would recommend you resize the image (in code), before you set the ImageStream property.

The byte size is limited to the MediaHistoryItem.MaxImageSize

Read the remarks at MSDN about MediaHistoryItem.ImageStream

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号