private void init(string name, long unid, PointF origo, float radius) { this.name = name; this.unid = unid; this.origo = origo; this.radius = radius; this.statistics = new GeneralStatistics(); this.events = new EventTrunk(); }
private void init(PointF origo) { this.labelOffset = new PointF(0, 0); this.statistics = new GeneralStatistics(); this.events = new EventTrunk(); this.origo = origo; }