Click or drag to resize
CanvasDevice Methods

The CanvasDevice type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateFromDirect3D11Device
Creates a CanvasDevice that will use the specified IDirect3DDevice.
Public methodDispose
Releases all resources used by the CanvasDevice.
Public methodStatic memberGetSharedDevice
Gets a device that can be shared between multiple different rendering components, such as controls.
Public methodStatic memberGetSharedDevice(Boolean)
Gets a device that can be shared between multiple different rendering components, such as controls.
Public methodIsBufferPrecisionSupported
Checks whether the specified buffer precision is supported on this device.
Public methodIsDeviceLost
Returns whether this device has lost the ability to be operational.
Public methodIsPixelFormatSupported
Checks whether the specified pixel format is supported on this device.
Public methodLock
Locks the device for the current thread.
Public methodRaiseDeviceLost
Raises an event on the device, indicating that it is no longer operational.
Public methodTrim
Trims any graphics memory allocated by the graphics device on the app's behalf.
Top
See Also