Search
MeasureUnit.ApplyTo Method (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 (
    IGraphics graphics
)

Visual Basic  Copy Code

Public Sub ApplyTo( _
    graphics As IGraphics _
)

 Parameters

graphics

An IGraphics instance whose PageUnit and PageScale are set to match the resolution of this unit.

 See Also