ImageCue.SoftwareBitmap 属性

定义

获取或设置与图像提示关联的图像。

public:
 property SoftwareBitmap ^ SoftwareBitmap { SoftwareBitmap ^ get(); void set(SoftwareBitmap ^ value); };
SoftwareBitmap SoftwareBitmap();

void SoftwareBitmap(SoftwareBitmap value);
public SoftwareBitmap SoftwareBitmap { get; set; }
var softwareBitmap = imageCue.softwareBitmap;
imageCue.softwareBitmap = softwareBitmap;
Public Property SoftwareBitmap As SoftwareBitmap

属性值

与映像提示关联的图像。

适用于