←Select platform

CopyData(IBuffer,Int32) Method

Summary

Updates the data of this RasterImage.

Syntax

C#
VB
WinRT C#
C++
public void CopyData(  
   IBuffer data, 
   int dataOffset 
) 
Public Overloads Sub CopyData( _ 
   ByVal data As IBuffer, _ 
   ByVal dataOffset As Integer _ 
)  
public void CopyData(  
   IBuffer data, 
   int dataOffset 
) 
 function Leadtools.RasterImage.CopyData(IBuffer,Int32)(  
   data , 
   dataOffset  
) 
public: 
void CopyData(  
   IBuffer^ data, 
   int dataOffset 
)  

Parameters

data
Buffer containing the image new data.

dataOffset
Offset into data where the copy operation should begin.

Remarks

The byte array that you specify will be copied.

The data is copied as is into the internal memory of this RasterImage.

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