LEADTOOLS (Leadtools assembly)

Empty Property (RasterNativeBuffer)

Show in webframe







Gets an empty RasterNativeBuffer
Syntax
public static RasterNativeBuffer Empty {get;}
'Declaration
 
Public Shared ReadOnly Property Empty As RasterNativeBuffer
'Usage
 
Dim value As RasterNativeBuffer
 
value = RasterNativeBuffer.Empty
public static RasterNativeBuffer Empty {get;}

            

            
 get_Empty(); 
public:
static property RasterNativeBuffer Empty {
   RasterNativeBuffer get();
}

Property 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

See Also

Reference

RasterNativeBuffer Structure
RasterNativeBuffer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.