Exemple #1
0
 protected Shape(GraphicsPath geometric)
 {
     this._transformer = new Transformer(this);
     this._geometric   = (geometric.Clone() as GraphicsPath);
 }
Exemple #2
0
 protected Shape()
 {
     this._transformer = new Transformer(this);
 }