Search
MeasureUnit.ToGraphicsUnit Method
See Also
 





Returns the GraphicsUnit corresponding to this MeasureUnit.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public GraphicsUnit ToGraphicsUnit ()

Visual Basic  Copy Code

Public Function ToGraphicsUnit () As GraphicsUnit

 Return Value

A member of the GraphicsUnit enumeration if there is one corresponding to this unit, or otherwise null.

 See Also