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