Click or drag to resize
CanvasAnimatedDrawEventArgsDrawingSession Property
Gets the drawing session for use by the Draw event handler. This provides methods to draw lines, rectangles, text etc.

Namespace:  Microsoft.Graphics.Canvas.UI.Xaml
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public CanvasDrawingSession DrawingSession { get; }

Property Value

Type: CanvasDrawingSession
See Also