GraphicsContext.DirectRendering 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 System.Boolean 类型的值,该值指示 GraphicsContexts 是否将执行直接呈现。
public static bool DirectRendering { get; set; }
member this.DirectRendering : bool with get, set
属性值
注解
如果 DirectRendering 为 true,则使用直接呈现功能构建新上下文(如果可能)。 如果 DirectRendering 为 false,则将使用间接呈现功能构造新的上下文。
此属性不会影响现有的 GraphicsContext,除非重新创建它们。
在不支持间接呈现的操作系统(如 Windows 和 OS X)上忽略此属性。