Gets whether the pointer is a null pointer or not.
Namespace:
FreeImageAPIAssembly: 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 (); } |