Implements ScaleValue(Double).

Namespace:  PerpetuumSoft.Reporting.Export.Html
Assembly:  PerpetuumSoft.Reporting.Export.Html (in PerpetuumSoft.Reporting.Export.Html.dll) Version: 3.9.0.1

Syntax

C#
public double ScaleValue(
	double value
)
Visual Basic (Declaration)
Public Function ScaleValue ( _
	value As Double _
) As Double
Visual C++
public:
virtual double ScaleValue(
	double value
) sealed

Parameters

value
Type: System..::.Double

Implements

IHtmlContext..::.ScaleValue(Double)

See Also