Gets whether the pointer is a null pointer or not.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public bool IsNull { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsNull As Boolean
Visual C++
public:
property bool IsNull {
	bool get ();
}

Field Value

true if this FIMETADATA is a null pointer; otherwise, false.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also