PaperUnitHelperPixelsTo Method |
Converts a value in pixels to another value.
Namespace:
Dundas.BI.Print
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public static double PixelsTo(
double value,
PaperUnit unit
)
Public Shared Function PixelsTo (
value As Double,
unit As PaperUnit
) As Double
public:
static double PixelsTo(
double value,
PaperUnit unit
)
static member PixelsTo :
value : float *
unit : PaperUnit -> float
Parameters
- value
- Type: SystemDouble
The value in pixels. - unit
- Type: Dundas.BI.PrintPaperUnit
The unit to convert to.
Return Value
Type:
DoubleThe value in
unit.
See Also