Click or drag to resize
CanvasAnimatedDrawEventArgs Class
Provides data for the Draw event.
Inheritance Hierarchy
SystemObject
  Microsoft.Graphics.Canvas.UI.XamlCanvasAnimatedDrawEventArgs

Namespace:  Microsoft.Graphics.Canvas.UI.Xaml
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public sealed class CanvasAnimatedDrawEventArgs

The CanvasAnimatedDrawEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodCanvasAnimatedDrawEventArgs
Initializes a new instance of the CanvasAnimatedDrawEventArgs class.
Top
Properties
  NameDescription
Public propertyDrawingSession
Gets the drawing session for use by the Draw event handler. This provides methods to draw lines, rectangles, text etc.
Public propertyTiming
Gets the control's timing information for use by the event handler.
Top
See Also