ComponentOne Bitmap for UWP
UpdateSubresource1 Method

C1.UWP.DX Assembly > C1.Util.DX.Direct3D11 Namespace > DeviceContext1 Class : UpdateSubresource1 Method
void ID3D11DeviceContext1::UpdateSubresource1([In] ID3D11Resource* pDstResource,[In] unsigned int DstSubresource,[In, Optional] const D3D11_BOX* pDstBox,[In] const void* pSrcData,[In] unsigned int SrcRowPitch,[In] unsigned int SrcDepthPitch,[In] unsigned int CopyFlags)
Syntax
'Declaration
 
Public Sub UpdateSubresource1( _
   ByVal dstResourceRef As Resource, _
   ByVal dstSubresource As System.Integer, _
   ByVal dstBoxRef As System.Nullable(Of ResourceRegion), _
   ByVal srcDataRef As System.IntPtr, _
   ByVal srcRowPitch As System.Integer, _
   ByVal srcDepthPitch As System.Integer, _
   ByVal copyFlags As System.Integer _
) 
public void UpdateSubresource1( 
   Resource dstResourceRef,
   System.int dstSubresource,
   System.Nullable<ResourceRegion> dstBoxRef,
   System.IntPtr srcDataRef,
   System.int srcRowPitch,
   System.int srcDepthPitch,
   System.int copyFlags
)

Parameters

dstResourceRef
dstSubresource
dstBoxRef
srcDataRef
srcRowPitch
srcDepthPitch
copyFlags
See Also

Reference

DeviceContext1 Class
DeviceContext1 Members