Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Draw ( Microsoft.Graphics.Canvas.CanvasDrawingSession drawingSession ) : void | ||
ImmersiveIn ( ) : void | ||
ImmersiveOut ( bool fadeOut ) : void | ||
LoadSurfaceAsync ( ICanvasResourceCreator creator, IRandomAccessStream stream ) : System.Threading.Tasks.Task | ||
update ( Vector2 size ) : void |
Method | Description | |
---|---|---|
BlurIn ( ) : void | ||
BlurOut ( ) : void |
public Draw ( Microsoft.Graphics.Canvas.CanvasDrawingSession drawingSession ) : void | ||
drawingSession | Microsoft.Graphics.Canvas.CanvasDrawingSession | |
return | void |
public LoadSurfaceAsync ( ICanvasResourceCreator creator, IRandomAccessStream stream ) : System.Threading.Tasks.Task | ||
creator | ICanvasResourceCreator | |
stream | IRandomAccessStream | |
return | System.Threading.Tasks.Task |