FIMULTIBITMAP.IsNull Property

FreeImage.NET

FIMULTIBITMAPIsNull Property
Gets whether the handle is a null or not.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public bool IsNull { get; }

Property Value

Type: Boolean
true if this FIMULTIBITMAP handle is a null; otherwise, false.
See Also