ImageGear .NET v24.12 - Updated
IsFixedSize Property (ImGearLayerArray)




ImageGear24.Core Assembly > ImageGear.Processing.Layers Namespace > ImGearLayerArray Class : IsFixedSize Property
Gets a value indicating whether ImGearLayerArray array has a fixed size.
Syntax
'Declaration
 
Public ReadOnly Property IsFixedSize As Boolean
'Usage
 
Dim instance As ImGearLayerArray
Dim value As Boolean
 
value = instance.IsFixedSize
public bool IsFixedSize {get;}
public: __property bool get_IsFixedSize();
public:
property bool IsFixedSize {
   bool get();
}

Property Value

Boolean value.
See Also

Reference

ImGearLayerArray Class
ImGearLayerArray Members