←Select platform

RasterNativeBuffer Constructor(IntPtr,UInt32)

Summary

Gets a RasterNativeBuffer that uses the data from the specified buffer and the specified capacity.

Syntax

C#
VB
WinRT C#
C++
public RasterNativeBuffer(  
   IntPtr buffer, 
   uint capacity 
) 
Public Function New( _ 
   ByVal buffer As IntPtr, _ 
   ByVal capacity As UInteger _ 
) 
public RasterNativeBuffer(  
   IntPtr buffer, 
   uint capacity 
) 
function RasterNativeBuffer(  
   buffer , 
   capacity  
) 
public: 
RasterNativeBuffer(  
   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