This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 415
f46a237f e064 2342 89e6 cc33b8f025f5
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the conversion factor between image and drawing units.
Namespace: netDxf.Units
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static double ConversionFactor(
ImageUnits from,
DrawingUnits to
)
VB
Public Shared Function ConversionFactor (
from As ImageUnits,
to As DrawingUnits
) As Double
C++
public:
static double ConversionFactor(
ImageUnits from,
DrawingUnits to
)
F#
static member ConversionFactor :
from : ImageUnits *
to : DrawingUnits -> float
- ImageUnits
- Original image units.
- DrawingUnits
- Destination drawing units.
Double
The conversion factor between the units.
UnitHelper Class
ConversionFactor Overload
netDxf.Units Namespace