CutoutObject(PointD, LineXML, String, Double, FuncCutoutObject, PointD, Boolean, Boolean, Boolean) Constructor

Initializes a new instance of the CutoutObject class

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 CutoutObject(
	PointD Location,
	LineXML OrientationLine,
	string StepName,
	double IdealCutoutLength,
	Func<CutoutObject, PointD, bool, bool, bool> EndDragDrop
)

Parameters

Location  PointD
 
OrientationLine  LineXML
 
StepName  String
 
IdealCutoutLength  Double
 
EndDragDrop  FuncCutoutObject, PointD, Boolean, Boolean, Boolean
 

See Also