MindFusion WinForms Programmer's Guide
ShapeListBox.InvalidateShapeAt Method
See Also
 





Invalidates shape at the specified index causing it to be redrawn.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls

 Syntax

C#  Copy Code

public void InvalidateShapeAt (
    int i
)

Visual Basic  Copy Code

Public Sub InvalidateShapeAt( _
    i As Integer _
)

 Parameters

i
An integer value specifying the index of the shape to be redrawn.

 See Also

ShapeListBox Members
ShapeListBox Class
MindFusion.Diagramming.WinForms Namespace
GetShapeAt Method