ImageGear21.Core Assembly > ImageGear.Processing.Layers Namespace > ImGearLayeredPage Class : CompositionChanellDepths Property |
'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); }