PaperUnitHelperPixelsTo Method |
Converts a value in pixels 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 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 Double
- The value in pixels.
- unit PaperUnit
- The unit to convert to.
Return Value
DoubleThe value in
unit.
See Also