LEADTOOLS (Leadtools assembly)

RasterNativeBuffer Constructor(IntPtr,UInt32)

Show in webframe







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.
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

See Also

Reference

RasterNativeBuffer Structure
RasterNativeBuffer Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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