ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct3D11 Namespace / DeviceChild Class / GetDevice Method

In This Topic
    GetDevice Method (DeviceChild)
    In This Topic
    void ID3D11DeviceChild::GetDevice([Out] ID3D11Device** ppDevice)
    Syntax
    'Declaration
     
    Public Sub GetDevice( _
       ByRef deviceOut As Device _
    ) 
    public void GetDevice( 
       out Device deviceOut
    )

    Parameters

    deviceOut
    See Also