Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Empty Property
See Also 
Leadtools Namespace > RasterNativeBuffer Structure : Empty Property



Gets an empty RasterNativeBuffer

Syntax

Visual Basic (Declaration) 
Public Shared ReadOnly Property Empty As RasterNativeBuffer
Visual Basic (Usage)Copy Code
Dim value As RasterNativeBuffer
 
value = RasterNativeBuffer.Empty
C# 
public static RasterNativeBuffer Empty {get;}
C++/CLI 
public:
static property RasterNativeBuffer Empty {
   RasterNativeBuffer get();
}

Return Value

A RasterNativeBuffer object that has all the members reset to their default values.

Remarks

The RasterNativeBuffer object returned from this property will have the Data property set to IntPtr.Zero and the Length property set to 0.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also