Click or drag to resize

UnitHelperConversionFactor Method (ImageUnits, DrawingUnits)

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

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

Parameters

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

Return Value

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