protected Shape(GraphicsPath geometric) { this._transformer = new Transformer(this); this._geometric = (geometric.Clone() as GraphicsPath); }
protected Shape() { this._transformer = new Transformer(this); }