InterfacePCBIWindowWorldToClient(PointF) Method

Calculate world to client coordinates.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
Point WorldToClient(
	PointF worldPoint
)

Parameters

worldPoint  PointF
 

Return Value

Point
the client coordinate point

See Also