MCPcopy Create free account
hub / github.com/DentonW/DevIL / LoadBitmap

Method LoadBitmap

DevIL/bindings/DotNet/DevIL.NET.cpp:160–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158
159
160System::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
165DevIL::DevILErrorCode DevIL::DevIL::GetErrorCode()
166{

Callers 1

mnuFileOpen_ClickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected