Initializes a new instance of the RepaintEventArgs class.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public RepaintEventArgs ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
A Rect object representing the rectangle that should be repainted.
A boolean value specifying whether the diagram cache image used during modification should be re-created.
See Also