CutoutObjectDragDropGetPolyClass Method
Namespace: PCBI_PanelBuilder.CutoutsAssembly: PCBI_Panel_Editor (in PCBI_Panel_Editor.dll) Version: 17.0.0.0 (17.0.0.0)
public virtual IPolyClass DragDropGetPolyClass(
out double startAngleCCW,
out PointD center,
out PointRasterManager anchorPoints
)
Public Overridable Function DragDropGetPolyClass (
<OutAttribute> ByRef startAngleCCW As Double,
<OutAttribute> ByRef center As PointD,
<OutAttribute> ByRef anchorPoints As PointRasterManager
) As IPolyClass
public:
virtual IPolyClass^ DragDropGetPolyClass(
[OutAttribute] double% startAngleCCW,
[OutAttribute] PointD% center,
[OutAttribute] PointRasterManager^% anchorPoints
)
abstract DragDropGetPolyClass :
startAngleCCW : float byref *
center : PointD byref *
anchorPoints : PointRasterManager byref -> IPolyClass
override DragDropGetPolyClass :
startAngleCCW : float byref *
center : PointD byref *
anchorPoints : PointRasterManager byref -> IPolyClass
- startAngleCCW Double
-
- center PointD
-
- anchorPoints PointRasterManager
-
IPolyClassIDragAndDropObjectDragDropGetPolyClass(Double, PointD, PointRasterManager)