Adds the manipulator's repaint area to the specified rectangle.
Namespace: MindFusion.Diagramming.Manipulators
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public abstract void AddToRepaintRect ( |
Visual Basic
Copy Code
|
|---|
Public MustOverride Sub AddToRepaintRect( _ |
The accumulated rectangle representing the area to invalidate.
See Also