RenderingDeviceReplacedEventArgs.GraphicsDevice 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.
The new graphics device.
public:
property CompositionGraphicsDevice ^ GraphicsDevice { CompositionGraphicsDevice ^ get(); };
CompositionGraphicsDevice GraphicsDevice();
public CompositionGraphicsDevice GraphicsDevice { get; }
var compositionGraphicsDevice = renderingDeviceReplacedEventArgs.graphicsDevice;
Public ReadOnly Property GraphicsDevice As CompositionGraphicsDevice
Property Value
The new graphics device.