Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Draw ( Microsoft.Graphics.Canvas.CanvasDrawingSession drawingSession, bool useSpriteBatch ) : void | ||
LoadSurfaceAsync ( ICanvasResourceCreator resourceCreator ) : System.Threading.Tasks.Task | ||
Update ( ) : void |
Method | Description | |
---|---|---|
Draw ( Microsoft.Graphics.Canvas.CanvasDrawingSession drawingSession, CanvasSpriteBatch spriteBatch ) : void |
protected Draw ( Microsoft.Graphics.Canvas.CanvasDrawingSession drawingSession, CanvasSpriteBatch spriteBatch ) : void | ||
drawingSession | Microsoft.Graphics.Canvas.CanvasDrawingSession | |
spriteBatch | CanvasSpriteBatch | |
return | void |
public Draw ( Microsoft.Graphics.Canvas.CanvasDrawingSession drawingSession, bool useSpriteBatch ) : void | ||
drawingSession | Microsoft.Graphics.Canvas.CanvasDrawingSession | |
useSpriteBatch | bool | |
return | void |
public LoadSurfaceAsync ( ICanvasResourceCreator resourceCreator ) : System.Threading.Tasks.Task | ||
resourceCreator | ICanvasResourceCreator | |
return | System.Threading.Tasks.Task |