virtual public void Rotate(double angle, double px, double py)
 {
     Concatenate(AffineTransform.GetRotateInstance(angle, px, py));
 }
Example #2
0
 public void Rotate(double angle)
 {
     Concatenate(AffineTransform.GetRotateInstance(angle));
 }