Method | Description | |
---|---|---|
FxContentControl ( ) : System |
Initializes a new instance of the FxContentControl class,
|
|
UpdateFxAsync ( ) : System.Threading.Tasks.Task |
Updates the effects asynchronously.
|
Method | Description | |
---|---|---|
OnApplyTemplate ( ) : void |
Invoked whenever application code or internal processes (such as a rebuilding layout pass) call ApplyTemplate. In simplest terms, this means the method is called just before a UI element displays in your app. Override this method to influence the default post-template logic of a class.
|
Method | Description | |
---|---|---|
OnBackgroundFxChanged ( CpuShaderEffect oldBackgroundFx, CpuShaderEffect newBackgroundFx ) : void |
Provides derived classes an opportunity to handle changes to the BackgroundFx property.
|
|
OnBackgroundFxChanged ( |
Handles changes to the BackgroundFx property.
|
|
OnContentPresenterSizeChanged ( object sender, |
||
OnForegroundFxChanged ( CpuShaderEffect oldForegroundFx, CpuShaderEffect newForegroundFx ) : void |
Provides derived classes an opportunity to handle changes to the ForegroundFx property.
|
|
OnForegroundFxChanged ( |
Handles changes to the ForegroundFx property.
|
|
OnProcessBackgroundImageAsync ( RenderTargetBitmap rtb, |
||
ProcessForegroundImageAsync ( RenderTargetBitmap rtb, |
||
UpdateBackgroundFxAsync ( RenderTargetBitmap rtb ) : System.Threading.Tasks.Task | ||
UpdateForegroundFxAsync ( RenderTargetBitmap rtb ) : System.Threading.Tasks.Task |
public UpdateFxAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |