public void AddPath(GraphicsPath addingPath, bool connect) { if (addingPath.PointCount != 0) { Changed(); GdiPath.AddPath(addingPath, connect); } }