| 158 | |
| 159 | |
| 160 | System::Drawing::Bitmap __gc* DevIL::DevIL::LoadBitmap(System::String __gc* i_szFileName) |
| 161 | { |
| 162 | return LoadBitmapAndScale(i_szFileName, 0, 0, NEAREST, DO_NOT_SCALE); |
| 163 | } |
| 164 | |
| 165 | DevIL::DevILErrorCode DevIL::DevIL::GetErrorCode() |
| 166 | { |