Click or drag to resize
ImageManagerHasEnoughSpace Method
Check if the image has enough space

Namespace: DrawerBackup.Storage
Assembly: DrawerBackup.Storage (in DrawerBackup.Storage.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public bool HasEnoughSpace(
	long neededSize
)

Parameters

neededSize
Type: SystemInt64
Size Needed

Return Value

Type: Boolean
See Also