ImageGear .NET v25.2 - 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 PropertyGets 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 PropertySpecifies 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 MethodAdds a new layer to the array.  
    Public MethodRemoves all of the layers from the array.  
    Public MethodClones the array of layers.  
    Public MethodChecks if the array contains the specified layer.  
    Public MethodCopies the current array of layers into the specified array at specified position.  
    Public MethodGets the IEnumerator interface.  
    Public MethodGets the index of the specified layer.  
    Public MethodInsets the specified layer at the spefied position in the array.  
    Public MethodRemoves the specified layer from the array.  
    Public MethodRemoves layer with the specified index from the array.  
    Top
    See Also