Search
MeasureUnit.ApplyTo Method (Graphics)
See Also
 





Applies this unit to the specified Graphics drawing surface.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void ApplyTo (
    Graphics graphics
)

Visual Basic  Copy Code

Public Sub ApplyTo( _
    graphics As Graphics _
)

 Parameters

graphics

A Graphics instance whose PageUnit and PageScale are set to match the resolution of this unit.

 See Also