Search
DiagramView.OnPaintControl Method
See Also
 





Raises the PaintControl event.

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

 Syntax

C#  Copy Code

protected virtual void OnPaintControl (
    PaintControlEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnPaintControl( _
    e As PaintControlEventArgs _
)

 Parameters

e

An object that contains the event data.

 See Also