←Select platform

NullInstance Field

Summary

An object that represents a null RasterImage.

Syntax
C#
VB
C++
public static readonly RasterImage NullInstance 
Public Shared ReadOnly NullInstance As RasterImage 
public:  
   static RasterImage^ NullInstance 

Field Value

An object that represents a null RasterImage.

Remarks

In some instances, a RasterImage object that is not initialized (is null) is required (for example, when serializing raster images in a system that does not support a true null value). In this case, NullInstance can be used to represent a RasterImage that has not been initialized (but is not null). Use IsNull to test whether a RasterImage object is the null instance.

The NullInstance raster image is a global object and calling any other member besides IsNull will throw an exception. The one exception is calling Dispose which will be ignored.

Note that calling rasterImageObject.IsNull is the equivalent of rasterImageObject == RasterImage.NullInstance.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly