Click or drag to resize
LockableImage Constructor
Initializes a new instance of the LockableImage class

Namespace: DrawerBackup.Storage.Imaging
Assembly: DrawerBackup.Storage (in DrawerBackup.Storage.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public LockableImage(
	ImageThreadLock diskThreadLock,
	Image fs
)

Parameters

diskThreadLock
Type: DrawerBackup.Storage.ImagingImageThreadLock
fs
Type: Image
See Also