ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing.Layers Namespace / ImGearLayeredPage Class / CompositionChanellDepths Property




In This Topic
    CompositionChanellDepths Property
    In This Topic
    Gets or sets chanell depths composition.
    Syntax
    'Declaration
     
    Public Property CompositionChanellDepths As Integer()
    'Usage
     
    Dim instance As ImGearLayeredPage
    Dim value() As Integer
     
    instance.CompositionChanellDepths = value
     
    value = instance.CompositionChanellDepths
    public int[] CompositionChanellDepths {get; set;}
    public: __property int[]* get_CompositionChanellDepths();
    public: __property void set_CompositionChanellDepths( 
       int[][]* value
    );
    public:
    property array<int>^ CompositionChanellDepths {
       array<int>^ get();
       void set (    array<int>^ value);
    }

    Property Value

    Array of integer.
    See Also