Click or drag to resize

UnitHelperConversionFactor Method (DrawingUnits, DrawingUnits)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the conversion factor between drawing units.

Namespace:  netDxf.Units
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public static double ConversionFactor(
	DrawingUnits from,
	DrawingUnits to
)
Request Example View Source

Parameters

from
Type: netDxf.UnitsDrawingUnits
Original drawing units.
to
Type: netDxf.UnitsDrawingUnits
Destination drawing units.

Return Value

Type: Double
The conversion factor between the drawing units.
See Also