| CanvasDevice Methods |
The CanvasDevice type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateFromDirect3D11Device | Creates a CanvasDevice that will use the specified IDirect3DDevice. | |
| Dispose | Releases all resources used by the CanvasDevice. | |
| GetSharedDevice | Gets a device that can be shared between multiple different rendering components, such as controls. | |
| GetSharedDevice(Boolean) | Gets a device that can be shared between multiple different rendering components, such as controls. | |
| IsBufferPrecisionSupported | Checks whether the specified buffer precision is supported on this device. | |
| IsDeviceLost | Returns whether this device has lost the ability to be operational. | |
| IsPixelFormatSupported | Checks whether the specified pixel format is supported on this device. | |
| Lock | Locks the device for the current thread. | |
| RaiseDeviceLost | Raises an event on the device, indicating that it is no longer operational. | |
| Trim | Trims any graphics memory allocated by the graphics device on the app's behalf. |