LEADTOOLS (Leadtools assembly)

GetData Method (RasterNativeBuffer)

Show in webframe







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.
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

See Also

Reference

RasterNativeBuffer Structure
RasterNativeBuffer Members

 

 


Products | Support | Contact Us | Copyright Notices

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