C#
VB
C++
Gets an empty RasterNativeBuffer
public static RasterNativeBuffer Empty { get; }
Public Shared ReadOnly Property Empty As Leadtools.RasterNativeBuffer
public:
static property Leadtools.RasterNativeBuffer Empty {
Leadtools.RasterNativeBuffer get();
}
A RasterNativeBuffer object that has all the members reset to their default values.
The RasterNativeBuffer object returned from this property will have the Data property set to IntPtr.Zero and the Length property set to 0.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET