PaperUnitHelperMillimetersTo Method |
Converts a value in millimeters to another value.
Namespace: Dundas.BI.PrintAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic static double MillimetersTo(
double value,
PaperUnit unit
)
Public Shared Function MillimetersTo (
value As Double,
unit As PaperUnit
) As Double
public:
static double MillimetersTo(
double value,
PaperUnit unit
)
static member MillimetersTo :
value : float *
unit : PaperUnit -> float Parameters
- value Double
- The value in millimeters.
- unit PaperUnit
- The unit to convert to.
Return Value
DoubleThe value in
unit.
See Also