Functions | |
CxImage * | CxImage::GetLayer (long position) |
long | CxImage::GetNumLayers () const |
CxImage * | CxImage::GetParent () const |
bool | CxImage::LayerCreate (long position=-1) |
bool | CxImage::LayerDelete (long position=-1) |
void | CxImage::LayerDeleteAll () |
|
Returns a pointer to a layer. If position is less than 0, the last layer will be returned |
|
Number of layers allocated directly by the object. |
|
If the object is an internal layer, GetParent return its parent in the hierarchy. |
|
Creates an empty layer. If position is less than 0, the new layer will be placed in the last position |
|
Deletes a layer. If position is less than 0, the last layer will be deleted |
|
|