←Select platform

GetData Method

Summary
Copies data from this RasterNativeBuffer object to a byte array.
Syntax
C#
VB
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(  
   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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.