←Select platform

GetData Method

Summary
Copies data from this RasterNativeBuffer object to a byte array.
Syntax
C#
C++/CLI
Python
public void GetData( 
   long offset, 
   byte[] buffer, 
   int bufferOffset, 
   int bytes 
) 
public: 
void GetData(  
   int64 offset, 
   array<byte>^ buffer, 
   int bufferOffset, 
   int bytes 
)  
def GetData(self,offset,buffer,bufferOffset,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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

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