LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Buffer Property (CodecsRedirectReadEventArgs)

Show in webframe







Gets a pointer to the unmanaged memory buffer into which this read operation should copy the data.
Syntax
public IntPtr Buffer {get;}
'Declaration
 
Public ReadOnly Property Buffer As IntPtr
'Usage
 
Dim instance As CodecsRedirectReadEventArgs
Dim value As IntPtr
 
value = instance.Buffer
public IntPtr Buffer {get;}

            
public byte[] getBuffer()
 get_Buffer(); 
public:
property IntPtr Buffer {
   IntPtr get();
}

Property Value

A pointer to the unmanaged memory buffer into which this read request should copy data.
Example
For an example, refer to RasterCodecs.StartRedirecting
Requirements

Target Platforms

See Also

Reference

CodecsRedirectReadEventArgs Class
CodecsRedirectReadEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.