LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

SetBuffer Method






The buffer that contains the data to copy.
Number of bytes to store.
Copies data from a buffer into this RasterNativeBuffer object. .NET support WinRT support
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterNativeBuffer Structure
RasterNativeBuffer Members

 

 


Products | Support | Contact Us | Copyright Notices

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