Description:
This class represents the image layer and its attributes. Any PSD image can consist of multiple layers. Currently ImageGear can only read, write and edit image layers, i.e. layers represented by a raster image. User can manipulate with image layer attributes using the following API.
Interface:
IIGImageLayer extends IIGLayer
Members:
Properties
Image Property |
Specifies the raster image representing image layer. |
Opacity Property |
Specifies the level of opacity of the image layer. |
X Property |
Specifies the X coordinate of the image layer's left/top point. |
Y Property |
Specifies the Y coordinate of the image layer's left/top point. |