Search
IComponentHost.CreateMeasureGraphics Method
See Also
 






Creates an IGraphics object that can be used for text measurement.

Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

IGraphics CreateMeasureGraphics ()

Visual Basic  Copy Code

Function CreateMeasureGraphics () As IGraphics

 Return Value

 Remarks

The caller is responsible to dispose the graphics once it is not longer needed.

 See Also