Recalculates the field 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 FromYFieldToBaltieAreaY(
	int yInFields
)

Parameters

yInFields
Type: System..::.Int32
The field Y-coordinate.

Return Value

Returns the recalculated coordinate.

See Also