Search
PaintEventArgs Members
Constructors Properties Methods
 


Provides data for the various custom painting event.

The following tables list the members exposed by the PaintEventArgs type.

 Public Constructors

  Name Description

PaintEventArgs

Creates an instance of PaintEventArgs class.

 Public Properties

  Name Description

context

Gets the canvas rendering context.

element

Gets or sets the element being custom drawn.

 Public Methods

  Name Description

paintVisualElement

Paints the specified visual element to the underlying canvas.

 See Also