LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

SetData Method (RasterNativeBuffer)






Offset into this RasterNativeBuffer data at which storing begins.
The buffer that contains the data to copy.
Offset into buffer at which copying begins.
Number of bytes to store.
Copies data from a byte array into this RasterNativeBuffer object. .NET support Silverlight support WinRT support
Syntax
public void SetData( 
   long offset,
   byte[] buffer,
   int bufferOffset,
   int bytes
)
'Declaration
 
Public Sub SetData( _
   ByVal offset As Long, _
   ByVal buffer() As Byte, _
   ByVal bufferOffset As Integer, _
   ByVal bytes As Integer _
) 
'Usage
 
Dim instance As RasterNativeBuffer
Dim offset As Long
Dim buffer() As Byte
Dim bufferOffset As Integer
Dim bytes As Integer
 
instance.SetData(offset, buffer, bufferOffset, bytes)
public void SetData( 
   long offset,
   byte[] buffer,
   int bufferOffset,
   int bytes
)
 function Leadtools.RasterNativeBuffer.SetData( 
   offset ,
   buffer ,
   bufferOffset ,
   bytes 
)
public:
void SetData( 
   int64 offset,
   array<byte>^ buffer,
   int bufferOffset,
   int bytes
) 

Parameters

offset
Offset into this RasterNativeBuffer data at which storing begins.
buffer
The buffer that contains the data to copy.
bufferOffset
Offset into buffer at which copying begins.
bytes
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.