←Select platform

SetData Method

Summary

Copies data from a byte array into this RasterNativeBuffer object.

Syntax

C#
VB
WinRT C#
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(  
   long offset, 
   byte[] buffer, 
   int bufferOffset, 
   int bytes 
) 
 function Leadtools.RasterNativeBuffer.SetData(  
   offset , 
   buffer , 
   bufferOffset , 
   bytes  
) 
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly