public FreeImage Rotate(double angle) { int i = FreeImageApi.RotateClassic(m_Handle, angle); return(new FreeImage(i)); }