Search
DiagramView.OnDrawMagnifier Method
See Also
 





Raises the DrawMagnifier event.

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

 Syntax

C#  Copy Code

protected virtual void OnDrawMagnifier (
    DrawEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnDrawMagnifier( _
    e As DrawEventArgs _
)

 Parameters

e

An object that contains the event data.

 See Also