GraphicsContext.DirectRendering Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a System.Boolean, indicating whether GraphicsContexts will perform direct rendering.
public static bool DirectRendering { get; set; }
member this.DirectRendering : bool with get, set
Property Value
Remarks
If DirectRendering is true, new contexts will be constructed with direct rendering capabilities, if possible. If DirectRendering is false, new contexts will be constructed with indirect rendering capabilities.
This property does not affect existing GraphicsContexts, unless they are recreated.
This property is ignored on Operating Systems without support for indirect rendering, like Windows and OS X.