LEADTOOLS (Leadtools assembly)

Data Property (RasterNativeBuffer)

Show in webframe







Gets or sets the native (unmanaged) data.
Syntax
public IntPtr Data {get; set;}
'Declaration
 
Public Property Data As IntPtr
'Usage
 
Dim instance As RasterNativeBuffer
Dim value As IntPtr
 
instance.Data = value
 
value = instance.Data
public IntPtr Data {get; set;}

            

            
 
get_Data();
set_Data(value);
Object.defineProperty('Data');
public:
property IntPtr Data {
   IntPtr get();
   void set (    IntPtr value);
}

Property Value

An System.IntPtr that represents the native (unmanaged) data.
Requirements

Target Platforms

See Also

Reference

RasterNativeBuffer Structure
RasterNativeBuffer Members

 

 


Products | Support | Contact Us | Copyright Notices

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