HRESULT IWICPlanarBitmapSourceTransform::CopyPixels([In, Optional] const WICRect* prcSource,[In] unsigned int uiWidth,[In] unsigned int uiHeight,[In] WICBitmapTransformOptions dstTransform,[In] WICPlanarOptions dstPlanarOptions,[In, Buffer] const WICBitmapPlane* pDstPlanes,[In] unsigned int cPlanes)
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Sub CopyPixels( _
   ByVal  As System.Nullable(Of RectL), _
   ByVal  As System.Integer, _
   ByVal  As System.Integer, _
   ByVal  As BitmapTransformOptions, _
   ByVal  As PlanarOptions, _
   ByVal () As BitmapPlane, _
   ByVal  As System.Integer _
) 
             
        
            
            public void CopyPixels( 
   System.Nullable<RectL> ,
   System.int ,
   System.int ,
   BitmapTransformOptions ,
   PlanarOptions ,
   BitmapPlane[] ,
   System.int 
)
             
        
             
        
            パラメータ
- rcSourceRef
 
- width
 
- height
 
- dstTransform
 
- dstPlanarOptions
 
- dstPlanesRef
 
- planes
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照