Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

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

Error processing SSI file