CopyPixels(IntPtr,Int32,Int32,Nullable<Guid>,BitmapTransformOptions,Int32,Int32,IntPtr) Method
In This Topic
HRESULT IWICBitmapSourceTransform::CopyPixels([In] const void* prc,[In] unsigned int uiWidth,[In] unsigned int uiHeight,[In, Optional] GUID* pguidDstFormat,[In] WICBitmapTransformOptions dstTransform,[In] unsigned int nStride,[In] unsigned int cbBufferSize,[In] void* pbBuffer)
Syntax
'Declaration
Public Overloads Sub CopyPixels( _
ByVal As System.IntPtr, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Nullable(Of Guid), _
ByVal As BitmapTransformOptions, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.IntPtr _
)
public void CopyPixels(
System.IntPtr ,
System.int ,
System.int ,
System.Nullable<Guid> ,
BitmapTransformOptions ,
System.int ,
System.int ,
System.IntPtr
)
Parameters
- rectangleRef
- width
- height
- guidDstFormatRef
- dstTransform
- nStride
- bufferSize
- bufferRef
See Also