In This Article

CanvasDrawEventArgs Class

Represents event arguments for ICanvas draw events.

public class CanvasDrawEventArgs : EventArgs
Inheritance:
object EventArgs object

Constructors

CanvasDrawEventArgs(CanvasDrawContext)

Initializes an instance of the CanvasDrawEventArgs class.

public CanvasDrawEventArgs(CanvasDrawContext context)
Parameter Type Description
context CanvasDrawContext

The CanvasDrawContext to use.

Properties

Context

Gets the CanvasDrawContext to use for drawing an ICanvas.

public CanvasDrawContext Context { get; }

Property Value

CanvasDrawContext:

The CanvasDrawContext to use for drawing an ICanvas.

Inherited Members