TransformClassClientY2WorldY Method

calculate client y coordinate to world y

Definition

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

Parameters

y  Int32
the client y corrdinate in pixel

Return Value

Single
the world y corrdinate in mil

See Also