ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Processing.Layers Namespace / ImGearLayerArray Class / IsFixedSize Property




In This Topic
IsFixedSize Property (ImGearLayerArray)
In This Topic
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

Property Value

Boolean value.
See Also