ImageGear for .NET
ImGearLayerArray Class Members
See Also  Properties  Methods  Send Feedback
ImageGear21.Core Assembly > ImageGear.Processing.Layers Namespace : ImGearLayerArray Class

Glossary Item Box

The following tables list the members exposed by ImGearLayerArray.

Public Constructors

 NameDescription
Public ConstructorImGearLayerArray ConstructorInitializes a new instance of the ImGearLayerArray class. Created layer array is empty.  
Top

Public Properties

 NameDescription
Public PropertyCount Gets number of layers in the array.  
Public PropertyIsFixedSizeGets a value indicating whether ImGearLayerArray array has a fixed size.  
Public PropertyIsReadOnlyGets a value indicating whether ImGearLayerArray array is read-only.  
Public PropertyIsSynchronizedGets a value indicating whether is access to the ImGearLayerArray array is synchronized.  
Public PropertyItem Specifies a reference to the indexed element of array.  
Public PropertySyncRootGets an object that can be used to synchronize an access to the ImGearLayerArray array .  
Top

Public Methods

 NameDescription
Public MethodAdd Adds a new layer to the array.  
Public MethodClear Removes all of the layers from the array.  
Public MethodClone Clones the array of layers.  
Public MethodContains Checks if the array contains the specified layer.  
Public MethodCopyTo Copies the current array of layers into the specified array at specified position.  
Public MethodGetEnumerator Gets the IEnumerator interface.  
Public MethodIndexOf Gets the index of the specified layer.  
Public MethodInsert Insets the specified layer at the spefied position in the array.  
Public MethodRemove Removes the specified layer from the array.  
Public MethodRemoveAt Removes layer with the specified index from the array.  
Top

See Also

©2013. Accusoft Corporation. All Rights Reserved.