public PointsDrawingOrderComparer(ChartArea area, bool selection, COPCoordinates coord) { this.area = area; this.selection = selection; if (area.DrawPointsToCenter(ref coord)) { this.areaProjectionCenter = area.GetCenterOfProjection(coord); } }