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




In This Topic
SyncRoot Property (ImGearLayerArray)
In This Topic
Gets an object that can be used to synchronize an access to the ImGearLayerArray array .
Syntax
'Declaration
 
Public ReadOnly Property SyncRoot As Object
 
'Usage
 
Dim instance As ImGearLayerArray
Dim value As Object
 
value = instance.SyncRoot

Property Value

Object value.
See Also