LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

RasterNativeBuffer Constructor(IntPtr,UInt32)






The buffer that contains the data to copy.
Number of bytes to store.
Gets a RasterNativeBuffer that uses the data from the specified buffer and the specified capacity. .NET support WinRT support
Syntax
public RasterNativeBuffer( 
   IntPtr buffer,
   uint capacity
)
'Declaration
 
Public Function New( _
   ByVal buffer As IntPtr, _
   ByVal capacity As UInteger _
)
'Usage
 
Dim buffer As IntPtr
Dim capacity As UInteger
 
Dim instance As New RasterNativeBuffer(buffer, capacity)
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterNativeBuffer Structure
RasterNativeBuffer Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.