InterfacePinGetIPinPositionD(InterfaceCMPObject) Method

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

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 16
C#
PointD GetIPinPositionD(
	InterfaceCMPObject cmpObject
)

Parameters

cmpObject  InterfaceCMPObject
The parent component of the pin.

Return Value

PointD
PointF (worldcoordinates)

See Also