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

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 CanvasDrawEventArgs

The CanvasDrawEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodCanvasDrawEventArgs
Initializes a new instance of the CanvasDrawEventArgs class.
Top
Properties
  NameDescription
Public propertyDrawingSession
Gets the drawing session for use by the current event handler. This provides methods to draw lines, rectangles, text etc.
Top
See Also