Search
RepaintEventArgs Members
Constructors Properties
 


Specifies the coordinates of the area that should be repainted by views when the Repaint event is raised.

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

 Public Constructors

  Name Description

RepaintEventArgs

Overloaded. Initializes a new instance of the RepaintEventArgs class.

 Public Properties

  Name Description

InvalidRect

Gets the rectangular area in the document that should be repainted.

SourceView

Gets the view object that raised the event.

 See Also