IPresentationSurface 接口 (presentation.h)

描述 IPresentationContent 具有单个绑定缓冲区的 ,该缓冲区可与系统合成器共享,并作为内容显示在全局可视化树中。

继承

IPresentationSurface 接口继承自 IPresentationContent 接口。

方法

IPresentationSurface 接口具有这些方法。

 
IPresentationSurface::RestrictToOutput

将演示文稿限制为特定的显示适配器输出。
IPresentationSurface::SetAlphaMode

设置演示文稿图面的透明度行为。
IPresentationSurface::SetBuffer

设置与此演示图面关联的演示缓冲区。
IPresentationSurface::SetColorSpace

设置演示文稿图面使用的颜色空间的类型。
IPresentationSurface::SetDisableReadback

设置一个标志以禁用或启用缓冲区读回。
IPresentationSurface::SetLetterboxingMargins

设置每个信箱区域在视觉空间中采用的大小。
IPresentationSurface::SetSourceRect

将源演示缓冲区的区域设置为从中采样。
IPresentationSurface::SetTransform

设置应用于源缓冲区区域的转换,以定义显示缓冲区的屏幕区域。

要求

要求
最低受支持的客户端 Windows 内部版本 22000
最低受支持的服务器 Windows 内部版本 22000
标头 presentation.h

另请参阅

IPresentationContent