Esempio n. 1
0
 public bool Rotate(double a, FIA_MatrixOrder order)
 {
     return(FreeImage.MatrixRotate(this.matrix, a, order));
 }