ImageVisual.Image 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置图像。
public:
property ICompositionSurface ^ Image { ICompositionSurface ^ get(); void set(ICompositionSurface ^ value); };
ICompositionSurface Image();
void Image(ICompositionSurface value);
public ICompositionSurface Image { get; set; }
var iCompositionSurface = imageVisual.image;
imageVisual.image = iCompositionSurface;
Public Property Image As ICompositionSurface
属性值
映像。
注解
重要
此 API 仅存在于 Windows 10 版本 1507 (内部版本 10240) 中。