Search
Diagram.ChangeUnit Method
See Also
 






Sets new MeasureUnit value and scales the coordinates of diagram items so that their absolute size remains unchanged.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void ChangeUnit (
    MeasureUnit newUnit
)

Visual Basic  Copy Code

Public Sub ChangeUnit( _
    newUnit As MeasureUnit _
)

 Parameters

newUnit

A MeasureUnit instance specifying the new unit.

 See Also