MAUI Pack Programmer's Guide
MeasureUnit.ApplyTo Method (IMatrix, IGraphics)
See Also
 






Applies this unit to the specified IMatrix.

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

ApplyTo Method Overload List
MeasureUnit Members
MeasureUnit Class
MindFusion.Diagramming Namespace