void ID3D11DeviceContext1::CopySubresourceRegion1([In] ID3D11Resource* pDstResource,[In] unsigned int DstSubresource,[In] unsigned int DstX,[In] unsigned int DstY,[In] unsigned int DstZ,[In] ID3D11Resource* pSrcResource,[In] unsigned int SrcSubresource,[In, Optional] const D3D11_BOX* pSrcBox,[In] unsigned int CopyFlags)
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Sub CopySubresourceRegion1( _
   ByVal  As Resource, _
   ByVal  As System.Integer, _
   ByVal  As System.Integer, _
   ByVal  As System.Integer, _
   ByVal  As System.Integer, _
   ByVal  As Resource, _
   ByVal  As System.Integer, _
   ByVal  As System.Nullable(Of ResourceRegion), _
   ByVal  As System.Integer _
) 
             
        
            
            public void CopySubresourceRegion1( 
   Resource ,
   System.int ,
   System.int ,
   System.int ,
   System.int ,
   Resource ,
   System.int ,
   System.Nullable<ResourceRegion> ,
   System.int 
)
             
        
             
        
            パラメータ
- dstResourceRef
 
- dstSubresource
 
- dstX
 
- dstY
 
- dstZ
 
- srcResourceRef
 
- srcSubresource
 
- srcBoxRef
 
- copyFlags
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照