using System.Drawing; namespace DeepNestLib { public class LineElement { public PointF Start; public PointF End; } }