←Select platform

SetBuffer Method

Summary

Copies data from a buffer into this RasterNativeBuffer object.

Syntax

C#
VB
WinRT C#
C++
public void SetBuffer(  
   IntPtr buffer, 
   uint capacity 
) 
Public Sub SetBuffer( _ 
   ByVal buffer As IntPtr, _ 
   ByVal capacity As UInteger _ 
)  
public void SetBuffer(  
   IntPtr buffer, 
   uint capacity 
) 
 function Leadtools.RasterNativeBuffer.SetBuffer(  
   buffer , 
   capacity  
) 
public: 
void SetBuffer(  
   IntPtr buffer, 
   uint capacity 
)  

Parameters

buffer
The buffer that contains the data to copy.

capacity
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