LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

GetData Method (RasterNativeBuffer)






Offset into this RasterNativeBuffer data at which copying begins.
The buffer that receives the data.
Offset into buffer at which storing begins.
Number of bytes to copy.
Copies data from this RasterNativeBuffer object to a byte array. .NET support Silverlight support WinRT support
Syntax
public void GetData( 
   long offset,
   byte[] buffer,
   int bufferOffset,
   int bytes
)
'Declaration
 
Public Sub GetData( _
   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.GetData(offset, buffer, bufferOffset, bytes)
public void GetData( 
   long offset,
   byte[] buffer,
   int bufferOffset,
   int bytes
)
 function Leadtools.RasterNativeBuffer.GetData( 
   offset ,
   buffer ,
   bufferOffset ,
   bytes 
)
public:
void GetData( 
   int64 offset,
   array<byte>^ buffer,
   int bufferOffset,
   int bytes
) 

Parameters

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