C# Класс WinRTXamlToolkit.Controls.Fx.CpuShaderEffect

Base class for shader effects used in FxContentControl.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ProcessBitmapAsync ( RenderTargetBitmap rtb, WriteableBitmap wb, int pw, int ph ) : System.Threading.Tasks.Task

Processes the RenderTargetBitmap and outputs the result to the output WriteableBitmap.

Описание методов

ProcessBitmapAsync() публичный абстрактный Метод

Processes the RenderTargetBitmap and outputs the result to the output WriteableBitmap.
public abstract ProcessBitmapAsync ( RenderTargetBitmap rtb, WriteableBitmap wb, int pw, int ph ) : System.Threading.Tasks.Task
rtb RenderTargetBitmap The RenderTargetBitmap that typically includes a screen grab of the portion of UI.
wb Windows.UI.Xaml.Media.Imaging.WriteableBitmap 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.
Результат System.Threading.Tasks.Task