C# 클래스 WinRTXamlToolkit.Controls.Fx.CpuShaderEffect

Base class for shader effects used in FxContentControl.
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit 1 사용 예제들

공개 메소드들

메소드 설명
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