Search
IComponentHost.CreateMeasureGraphics Method
See Also
 





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

Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

IGraphics CreateMeasureGraphics ()

Visual Basic  Copy Code

Function CreateMeasureGraphics () As IGraphics

 Return Value

An instance of the IGraphics interface.

 Remarks

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

 See Also