←Select platform

SetData Method

Summary
Copies data from a byte array into this RasterNativeBuffer object.
Syntax
C#
C++/CLI
Python
public void SetData( 
   long offset, 
   byte[] buffer, 
   int bufferOffset, 
   int bytes 
) 
public: 
void SetData(  
   int64 offset, 
   array<byte>^ buffer, 
   int bufferOffset, 
   int bytes 
)  
def SetData(self,offset,buffer,bufferOffset,bytes): 

Parameters

offset
Offset into this RasterNativeBuffer data at which storing begins.

buffer
The buffer that contains the data to copy.

bufferOffset
Offset into  buffer at which copying begins.

bytes
Number of bytes to store.

Requirements

Target Platforms

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

Leadtools Assembly

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