GraphicsContext.DirectRendering 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 System.Boolean,指出 GraphicsCoNtexts 是否會執行直接轉譯。
public static bool DirectRendering { get; set; }
member this.DirectRendering : bool with get, set
屬性值
備註
如果 DirectRendering 為 true,則會盡可能使用直接轉譯功能來建構新的內容。 如果 DirectRendering 為 false,則會使用間接轉譯功能來建構新的內容。
除非重新建立,否則此屬性不會影響現有的 GraphicsCoNtexts。
作業系統上忽略此屬性,而不支援間接轉譯,例如 Windows 和 OS X。