Overload List
Name | Description |
---|---|
AppendImage()()()() |
Appends a new image at last position and returns the new image position. AppendImage doesn't create the bitmap.
|
AppendImage(String) |
Append a new image loaded from file at last position and returns the new image position.
|
AppendImage(IEImage) |
Appends a new image cloning the specified one.
|
AppendImage(Int32, Int32, IEImage..::..PixelFormat) |
Appends a new image with specified size and pixelformat at last position and returns the new image position.
|