Overload | Description |
---|---|
CopyPixels(RectL,Int32,DataPointer) | Instructs the object to produce pixels. |
CopyPixels(Int32,DataPointer) | Instructs the object to produce pixels. |
CopyPixels(Int32,IntPtr,Int32) | Instructs the object to produce pixels. |
CopyPixels<T>(RectL,T[]) | Instructs the object to produce pixels. |
CopyPixels<T>(T[]) | Instructs the object to produce pixels. |
CopyPixels(RectL,Byte[],Int32) | Instructs the object to produce pixels. |
CopyPixels(Byte[],Int32) | Instructs the object to produce pixels. |
CopyPixels(IntPtr,Int32,Int32,IntPtr) | HRESULT IWICBitmapSource::CopyPixels([In] const void* prc,[In] unsigned int cbStride,[In] unsigned int cbBufferSize,[In] void* pbBuffer) |