Search
MeasureUnit.ApplyTo Method (IMatrix, IGraphics)
See Also
 





Applies this unit to the specified IGraphics drawing surface.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void ApplyTo (
    IMatrix matrix,
    IGraphics graphics
)

Visual Basic  Copy Code

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

 Parameters

matrix

An IMatrix instance that should be set to match the resolution of this unit.

graphics

An IGraphics that should supply the DPI.

 See Also