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