ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct3D11 Namespace / DeviceContext Class / CopyResource Method
A reference to the source resource (see Resource).
A reference to the destination resource (see Resource).

In This Topic
    CopyResource Method
    In This Topic
    Copy the entire contents of the source resource to the destination resource using the GPU.
    Syntax
    'Declaration
     
    Public Sub CopyResource( _
       ByVal source As Resource, _
       ByVal destination As Resource _
    ) 
    public void CopyResource( 
       Resource source,
       Resource destination
    )

    Parameters

    source
    A reference to the source resource (see Resource).
    destination
    A reference to the destination resource (see Resource).
    See Also