LEADTOOLS (Leadtools assembly)

SetBuffer Method

Show in webframe







The buffer that contains the data to copy.
Number of bytes to store.
Copies data from a buffer into this RasterNativeBuffer object.
Syntax
public void SetBuffer( 
   IntPtr buffer,
   uint capacity
)
'Declaration
 
Public Sub SetBuffer( _
   ByVal buffer As IntPtr, _
   ByVal capacity As UInteger _
) 
'Usage
 
Dim instance As RasterNativeBuffer
Dim buffer As IntPtr
Dim capacity As UInteger
 
instance.SetBuffer(buffer, capacity)
public void SetBuffer( 
   IntPtr buffer,
   uint capacity
)

            

            
 function Leadtools.RasterNativeBuffer.SetBuffer( 
   buffer ,
   capacity 
)
public:
void SetBuffer( 
   IntPtr buffer,
   uint capacity
) 

Parameters

buffer
The buffer that contains the data to copy.
capacity
Number of bytes to store.
Requirements

Target Platforms

See Also

Reference

RasterNativeBuffer Structure
RasterNativeBuffer Members

 

 


Products | Support | Contact Us | Copyright Notices

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