Beispiel #1
0
 public bool Translate(double x, double y, FIA_MatrixOrder order)
 {
     return(FreeImage.MatrixTranslate(this.matrix, x, y, order));
 }