Search
DiagramView.SetZoomFactor Method
See Also
 





Sets the zoom factor, preserving the on-screen position of the specified diagram point.

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

 Syntax

C#  Copy Code

public void SetZoomFactor (
    float zoomFactor,
    PointF pivotPoint
)

Visual Basic  Copy Code

Public Sub SetZoomFactor( _
    zoomFactor As Single, _
    pivotPoint As PointF _
)

 Parameters

zoomFactor

The new zoom factor.

pivotPoint

A PointF instance specifying the zoom center.

 See Also