←Select platform

SetData Method

Summary

Copies data from a byte array into this RasterNativeBuffer object.

Syntax
C#
VB
C++
public void SetData( 
   long offset, 
   byte[] buffer, 
   int bufferOffset, 
   int bytes 
) 
Public Sub SetData( _ 
   ByVal offset As Long, _ 
   ByVal buffer() As Byte, _ 
   ByVal bufferOffset As Integer, _ 
   ByVal bytes As Integer _ 
)  
public: 
void SetData(  
   int64 offset, 
   array<byte>^ buffer, 
   int bufferOffset, 
   int 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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly