CutoutObject(PointD, LineXML, String, Double, FuncCutoutObject, PointD, Boolean, Boolean, Boolean) Constructor
Namespace: PCBI_PanelBuilder.CutoutsAssembly: PCBI_Panel_Editor (in PCBI_Panel_Editor.dll) Version: 17.0.0.0 (17.0.0.0)
public CutoutObject(
PointD Location,
LineXML OrientationLine,
string StepName,
double IdealCutoutLength,
Func<CutoutObject, PointD, bool, bool, bool> EndDragDrop
)
Public Sub New (
Location As PointD,
OrientationLine As LineXML,
StepName As String,
IdealCutoutLength As Double,
EndDragDrop As Func(Of CutoutObject, PointD, Boolean, Boolean, Boolean)
)
public:
CutoutObject(
PointD Location,
LineXML^ OrientationLine,
String^ StepName,
double IdealCutoutLength,
Func<CutoutObject^, PointD, bool, bool, bool>^ EndDragDrop
)
new :
Location : PointD *
OrientationLine : LineXML *
StepName : string *
IdealCutoutLength : float *
EndDragDrop : Func<CutoutObject, PointD, bool, bool, bool> -> CutoutObject
Parameters
- Location PointD
-
- OrientationLine LineXML
-
- StepName String
-
- IdealCutoutLength Double
-
- EndDragDrop FuncCutoutObject, PointD, Boolean, Boolean, Boolean
-