Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
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 Integer _
)
Visual Basic (Usage)Copy Code
Dim data As IntPtr
Dim length As Integer
 
Dim instance As RasterNativeBuffer(data, length)
C# 
public RasterNativeBuffer( 
   IntPtr data,
   int length
)
Managed Extensions for C++ 
public: RasterNativeBuffer( 
   IntPtr data,
   int length
)
C++/CLI 
public:
RasterNativeBuffer( 
   IntPtr data,
   int length
)

Parameters

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also