Returns True if the size of the image is less than 2 x 2 pixels.

IsEmpty only checks the active bitmap. It does not consider multiple layers.

Compatibility Information: IEvolution v10.0.0 and older worked as IsEmpty was called as IsEmpty(False).

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool IsEmpty(
	bool quickCheck
)
Public Function IsEmpty ( _
	quickCheck As Boolean _
) As Boolean
public:
bool IsEmpty(
	bool quickCheck
)

Parameters

quickCheck
Boolean
If quickCheck=False, IsEmpty returns true if an image has not been assigned or loaded

Return Value

True is the image is considered empty

See Also