Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Resize Method








The new capacity for the buffer
Resizes the buffer to the specified capacity.
Syntax
public void Resize( 
   uint capacity
)
'Declaration
 
Public Sub Resize( _
   ByVal capacity As UInteger _
) 
'Usage
 
Dim instance As RasterNativeBuffer
Dim capacity As UInteger
 
instance.Resize(capacity)
public void Resize( 
   uint capacity
)
 function Leadtools.RasterNativeBuffer.Resize( 
   capacity 
)
public:
void Resize( 
   uint capacity
) 

Parameters

capacity
The new capacity for the buffer
Requirements

Target Platforms

See Also

Reference

RasterNativeBuffer Structure
RasterNativeBuffer Members

Error processing SSI file