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