Edytuj

Udostępnij za pośrednictwem


GraphicsContext.DirectRendering Property

Definition

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.

Applies to