Ejemplo n.º 1
0
 public virtual TC Scale(double xFactor, double yFactor)
 {
     Transformations.Add(TransformationFactory.Scaling(xFactor, yFactor));
     return((TC)this);
 }