Share via


ImageVisual.Image 属性

定义

获取或设置图像。

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) 中。

适用于