ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Processing.Layers Namespace / ImGearLayerArray Class
Members




In This Topic
    ImGearLayerArray Class
    In This Topic
    Defines composition of layers.
    Object Model
    ImGearLayerArray ClassImGearLayer Class
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    Public Class ImGearLayerArray 
    'Usage
     
    Dim instance As ImGearLayerArray
    [DefaultMember("Item")]
    public class ImGearLayerArray 
    [DefaultMember("Item")]
    public __gc class ImGearLayerArray 
    [DefaultMember("Item")]
    public ref class ImGearLayerArray 
    Remarks

    The composition of layers from a Adobe PSD image is stored in the array of layers associated with the ImGearLayeredPage. Users can manipulate the composition by creating new layers, editing and deleting the existing ones using this class.

    Inheritance Hierarchy

    System.Object
       ImageGear.Processing.Layers.ImGearLayerArray

    See Also