←Select platform

SetData Method (RasterNativeBuffer)

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools Assembly
Click or drag to resize