[]
HRESULT IWICPlanarBitmapFrameEncode::WriteSource([In, Buffer] IWICBitmapSource** ppPlanes,[In] unsigned int cPlanes,[In, Optional] WICRect* prcSource)
public void WriteSource(BitmapSource[] planesOut, int planes, RectL? rcSourceRef)
| Type | Name | Description |
|---|---|---|
| BitmapSource[] | planesOut | |
| int | planes | |
| RectL? | rcSourceRef |
HRESULT IWICPlanarBitmapFrameEncode::WriteSource([In, Buffer] IWICBitmapSource** ppPlanes,[In] unsigned int cPlanes,[In, Optional] WICRect* prcSource)
public void WriteSource(ComArray<BitmapSource> planesOut, int planes, RectL? rcSourceRef)
| Type | Name | Description |
|---|---|---|
| ComArray<BitmapSource> | planesOut | |
| int | planes | |
| RectL? | rcSourceRef |