Creates an IGraphics object that can be used for text measurement.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
IGraphics CreateMeasureGraphics () |
Visual Basic
Copy Code
|
|---|
Function CreateMeasureGraphics () As IGraphics |
An instance of the IGraphics interface.
RemarksThe caller is responsible to dispose the graphics once it is not longer needed.
See Also