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 int ToBaltieAreaY(
	int value
)

Parameters

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

Return Value

Returns the recalculated coordinate.

See Also