Method | Description | |
---|---|---|
ProcessBitmapAsync ( RenderTargetBitmap rtb, |
Processes the RenderTargetBitmap and outputs the result to the output WriteableBitmap.
|
public ProcessBitmapAsync ( RenderTargetBitmap rtb, |
||
rtb | RenderTargetBitmap | The RenderTargetBitmap that typically includes a screen grab of the portion of UI. |
wb | The WriteableBitmap that the effect output is written to. | |
pw | int | The pixel width of both bitmaps. |
ph | int | The pixel height of both bitmaps. |
return | System.Threading.Tasks.Task |