Search
DiagramView.SetTransform Method (IMatrix, 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 (
    IMatrix matrix,
    IGraphics graphics
)

Visual Basic  Copy Code

Public Sub SetTransform( _
    matrix As IMatrix, _
    graphics As IGraphics _
)

 Parameters

matrix

The matrix object to set.

graphics

The IGraphics that should provide the DPI.

 See Also