IPCBIWindowWorldToClient(PointF) Method

Calculate world to client coordinates.

Definition

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

Parameters

WorldPoint  PointF
the world coordinate point

Return Value

Point
the client coordinate point

Implements

InterfacePCBIWindowWorldToClient(PointF)

See Also