Click or drag to resize

UnitHelper Class

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Helper methods for unit conversion.
Inheritance Hierarchy
SystemObject
  netDxf.UnitsUnitHelper

Namespace:  netDxf.Units
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public static class UnitHelper
Request Example View Source

The UnitHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberConversionFactor(DrawingUnits, DrawingUnits)
Gets the conversion factor between drawing units.
Public methodStatic memberConversionFactor(DrawingUnits, ImageUnits)
Gets the conversion factor between units.
Public methodStatic memberConversionFactor(ImageUnits, DrawingUnits)
Gets the conversion factor between image and drawing units.
Public methodStatic memberConvertUnit
Converts a value from one drawing unit to another.
Top
See Also