Compositor.DefaultGraphicsDevice 属性

定义

获取默认图形设备。

public:
 property CompositionGraphicsDevice ^ DefaultGraphicsDevice { CompositionGraphicsDevice ^ get(); };
CompositionGraphicsDevice DefaultGraphicsDevice();
public CompositionGraphicsDevice DefaultGraphicsDevice { get; }
var compositionGraphicsDevice = compositor.defaultGraphicsDevice;
Public ReadOnly Property DefaultGraphicsDevice As CompositionGraphicsDevice

属性值

默认图形设备。

注解

重要

此 API 仅存在于 Windows 10 版本 1507 (内部版本 10240) 中。

适用于