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

適用於