Converts a value from the specified source unit to the specified target unit.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
double ConvertTo ( |
Visual Basic Copy Code |
---|
Function ConvertTo( _ |
The source MeasureUnit instance.
The target MeasureUnit instance.
A double value that should be converted.
A member of the Axis enumeration specifying whether the value represents a horizontal or a vertical dimension.
An object providing device resolution information.
The converted value.
param can be set to either Graphics, IGraphics, DiagramView or IResolution object.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |