Returns the GraphicsUnit corresponding to this MeasureUnit.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public GraphicsUnit ToGraphicsUnit () |
Visual Basic
Copy Code
|
|---|
Public Function ToGraphicsUnit () As GraphicsUnit |
A member of the GraphicsUnit enumeration if there is one corresponding to this unit, or otherwise null.
See Also