ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing.Layers Namespace / ImGearLayerArray Class
Properties Methods


In This Topic
    ImGearLayerArray Class Members
    In This Topic

    The following tables list the members exposed by ImGearLayerArray.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ImGearLayerArray class. Created layer array is empty.  
    Top
    Public Properties
     NameDescription
    Public Property Gets number of layers in the array.  
    Public PropertyGets a value indicating whether ImGearLayerArray array has a fixed size.  
    Public PropertyGets a value indicating whether ImGearLayerArray array is read-only.  
    Public PropertyGets a value indicating whether is access to the ImGearLayerArray array is synchronized.  
    Public Property Specifies a reference to the indexed element of array.  
    Public PropertyGets an object that can be used to synchronize an access to the ImGearLayerArray array .  
    Top
    Public Methods
     NameDescription
    Public Method Adds a new layer to the array.  
    Public Method Removes all of the layers from the array.  
    Public Method Clones the array of layers.  
    Public Method Checks if the array contains the specified layer.  
    Public Method Copies the current array of layers into the specified array at specified position.  
    Public Method Gets the IEnumerator interface.  
    Public Method Gets the index of the specified layer.  
    Public Method Insets the specified layer at the spefied position in the array.  
    Public Method Removes the specified layer from the array.  
    Public Method Removes layer with the specified index from the array.  
    Top
    See Also