IPinGetIPinPositionD(ICMPObject) 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 PointD GetIPinPositionD(
	ICMPObject IcmpObject
)

Parameters

IcmpObject  ICMPObject
The parent component of the pin.

Return Value

PointD
PointF (worldcoordinates)

Implements

InterfacePinGetIPinPositionD(ICMPObject)

See Also