ComponentOne Bitmap for UWP
GetDevice<T>() Method

C1.UWP.DX Assembly > C1.Util.DX.DXGI Namespace > DeviceChild Class > GetDevice Method : GetDevice<T>() Method
The interface that is returned can be any interface published by the device.
Retrieves the device.
Syntax
'Declaration
 
Public Overloads Function GetDevice(Of T As ComObject)() As T
public T GetDevice<T>()
where T: ComObject

Type Parameters

T
The interface that is returned can be any interface published by the device.

Return Value

The associated device.
See Also

Reference

DeviceChild Class
DeviceChild Members
Overload List