CutoutObjectDragDropGetPolyClass Method

Definition

Namespace: PCBI_PanelBuilder.Cutouts
Assembly: PCBI_Panel_Editor (in PCBI_Panel_Editor.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public virtual IPolyClass DragDropGetPolyClass(
	out double startAngleCCW,
	out PointD center,
	out PointRasterManager anchorPoints
)

Parameters

startAngleCCW  Double
 
center  PointD
 
anchorPoints  PointRasterManager
 

Return Value

IPolyClass

Implements

IDragAndDropObjectDragDropGetPolyClass(Double, PointD, PointRasterManager)

See Also