Recalculates the point Y-coordinate to the Y-coordinate on the Baltie's area.

Namespace:  SGP.Baltie2D
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public float ToBaltieAreaY(
	float value
)

Parameters

value
Type: System..::.Single
The point Y-coordinate.

Return Value

Returns the recalculated coordinate.

See Also