Click or drag to resize

DomScriptBaseCalculatePriceFromY(Double, Double, Double, Double, Double) Method

Calculate price from Y

Namespace: ArthaChitra.Model.Dom
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntax
C#
protected double CalculatePriceFromY(
	double min,
	double max,
	double y,
	double actualHeight,
	double yMargin
)

Parameters

min  Double
Visual minimum
max  Double
Visual maximum
y  Double
Y point
actualHeight  Double
Actual height of view
yMargin  Double
Margin of the view

Return Value

Double
See Also