Overload List
| Name | Description |
|---|---|
| LayersInsert(Int32, IEImage) |
Inserts a new image layer into the layers list at the specified position. The new layer will become the current layer.
|
| LayersInsert(Int32, IELayerKind) | LayersInsert inserts a new layer in the layers list at the position Position. The layer becomes the current layer, assumes the size of others and the pixel format of the last layer. |
| LayersInsert(Int32, String, Int32, Int32) |
Inserts a new image layer into the layers list at the specified position. The new layer will become the current layer.
|
| LayersInsert(Int32, IEShape, Int32, Int32, Int32, Int32) |
Inserts a new shape layer into the layers list at the specified position. The new layer will become the current layer.
|
| LayersInsert(Int32, Int32, Int32, IEImage..::..PixelFormat, Int32, Int32) |
Inserts a new image layer into the layers list at the specified position. The new layer will become the current layer.
|
| LayersInsert(Int32, String, Int32, IERGB, String, Int32, Int32) |
Inserts a new text layer into the layers list at the specified position. The new layer will become the current layer.
|