←Select platform

GetData Method

Summary

Copies data from this RasterNativeBuffer object to a byte array.

Syntax

C#
VB
WinRT C#
C++
public void GetData( 
   long offset, 
   byte[] buffer, 
   int bufferOffset, 
   int bytes 
) 
Public Sub GetData( _ 
   ByVal offset As Long, _ 
   ByVal buffer() As Byte, _ 
   ByVal bufferOffset As Integer, _ 
   ByVal bytes As Integer _ 
)  
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly