IDragAndDropObjectDragDropGetPolyClass Method

All drag and drop objects need an poly class of there objects to draw and calculate distances.

Definition

Namespace: PCBI.Automation.DragAndDrop
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
IPolyClass DragDropGetPolyClass(
	out double startAngleCCW,
	out PointD center,
	out PointRasterManager anchorPoints
)

Parameters

startAngleCCW  Double
Rotation value at the beginning of transformation.
center  PointD
The center point to transform the object and show buttons.
anchorPoints  PointRasterManager
All relevant anchor points e.g. each pad location or points from the PCB outline.

Return Value

IPolyClass

See Also