Recalculates the field X-coordinate to the X-coordinate on the Baltie's area.

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

Syntax

C#
public int FromXFieldToBaltieAreaX(
	int xInFields
)

Parameters

xInFields
Type: System..::.Int32
The point X-coordinate.

Return Value

Returns the recalculated coordinate.

See Also