TransformClassClientX2WorldX Method

calculate client x coordinate to world x

Definition

Namespace: PCB_Investigator.Automation.ResourcesOpen.Helper
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public float ClientX2WorldX(
	int x
)

Parameters

x  Int32
the client x coordinate in pixel

Return Value

Single
the world x coorodinate in mil

See Also