Search
DiagramView.SetTransform Method (IGraphics)
See Also
 






Sets the transformation of the specified graphics to correspond to the diagram's current unit, zoom and scroll.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void SetTransform (
    IGraphics graphics
)

Visual Basic  Copy Code

Public Sub SetTransform( _
    graphics As IGraphics _
)

 Parameters

graphics

The IGraphics object to set.

 See Also