Overload List
Name | Description |
---|---|
SetImage(Int32, IEImage) |
SetImage sets the image assigned to index. The image is copied internally, therefore you can free image after SetImage.
|
SetImage(Int32, Stream) |
SetImage loads an image from Stream and assign it to index
|
SetImage(Int32, String) |
SetImage loads an image and assign it to index
|
SetImage(Int32, IEImage, Boolean) |
SetImage sets the image assigned to index. The image is copied internally, therefore you can free image after SetImage.
|
SetImage(Int32, String, Int32) |
SetImage loads an image and assign it to index, specifying the index of source multipage file.
|
SetImage(Int32, Int32, Int32, IEImage..::..PixelFormat) |
Creates an empty images at the specified position.
|
SetImage(Int32, IEImage, Int32, Int32, Int32, Int32) | SetImage sets the image assigned to index. The rectangle x1,y1,x2,y2 of image is copied internally. After SetImage you can free the image. |