Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterNativeBuffer Constructor
See Also 
Leadtools Namespace > RasterNativeBuffer Structure : RasterNativeBuffer Constructor



data
The native (unmanaged) buffer
length
The number of bytes in data
Initializes a new instance of the RasterNativeBuffer structure with specific parameters.

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal data As IntPtr, _
   ByVal length As Long _
)
Visual Basic (Usage) Copy Code
Dim data As IntPtr
Dim length As Long
 
Dim instance As RasterNativeBuffer(data, length)
C#  
public RasterNativeBuffer( 
   IntPtr data,
   long length
)
C++/CLI  
public:
RasterNativeBuffer( 
   IntPtr data,
   long length
)

Parameters

data
The native (unmanaged) buffer
length
The number of bytes in data

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also