LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
RasterNativeBuffer Structure Members
See Also  Properties  Methods 
Leadtools Namespace : RasterNativeBuffer Structure


The following tables list the members exposed by RasterNativeBuffer.

Public Properties

 NameDescription
public Property DataGets or sets the native (unmanaged) data.  
public Propertystatic (Shared in Visual Basic) EmptyGets an empty RasterNativeBufferSupported in Silverlight, Windows Phone 7  
public Property LengthGets or sets the native (unmanage) data length (size in bytes). Supported in Silverlight, Windows Phone 7  
Top

Public Methods

 NameDescription
public Method GetDataCopies data from this RasterNativeBuffer object to a byte array. Supported in Silverlight, Windows Phone 7  
public Method SetDataCopies data from a byte array into this RasterNativeBuffer object. Supported in Silverlight, Windows Phone 7  
Top

See Also