This documentation is for the old version. Go to the latest Graphics Mill docs

Bitmap.Load Method

Loads the bitmap from some external source.

Overload List

Name Description
Public method Load(Stream)

Loads the bitmap from specified Stream.

Public method Load(String)

Loads the bitmap from specified file.

Public method Load(Int32[,,], PixelFormat)

Loads the bitmap from given 3D array of pixels.

Public method Load(Int32[,,], PixelFormat, ColorPalette)

Loads the bitmap from given 3D array of pixels and palette.

See Also

Reference