IPinGetIPinPosition Method

GetIPinPosition returns the global coordinates on the layer (worldcoordinates), with translation (mirrored, etc.)

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public PointF GetIPinPosition(
	ICMPObject IcmpObject
)

Parameters

IcmpObject  ICMPObject
The parent component of the pin.

Return Value

PointF
PointF (worldcoordinates)

See Also