Search
DiagramView.ZoomIn Method
See Also
 





Zooms document's items thus making them appear closer.

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

 Syntax

C#  Copy Code

public void ZoomIn ()

Visual Basic  Copy Code

Public Sub ZoomIn ()

 Remarks

Call this method every time you want to make diagram items appear nearer and bigger. It increases the ZoomFactor with 10 each time it executes.

 See Also