Compositor.DefaultGraphicsDevice 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 the default graphics device.
public:
property CompositionGraphicsDevice ^ DefaultGraphicsDevice { CompositionGraphicsDevice ^ get(); };
CompositionGraphicsDevice DefaultGraphicsDevice();
public CompositionGraphicsDevice DefaultGraphicsDevice { get; }
var compositionGraphicsDevice = compositor.defaultGraphicsDevice;
Public ReadOnly Property DefaultGraphicsDevice As CompositionGraphicsDevice
Property Value
The default graphics device.
Remarks
Important
This API exists only in Windows 10, version 1507 (Build 10240).