Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Start Method (RasterBufferResize)








Specifies the original width of the image.
Specifies the original height of the image.
Specifies the new width for the image.
Specifies the new height for the image.
Sets up information for the ResizeBuffer method.
Syntax
public void Start( 
   int oldWidth,
   int oldHeight,
   int newWidth,
   int newHeight
)
'Declaration
 
Public Sub Start( _
   ByVal oldWidth As Integer, _
   ByVal oldHeight As Integer, _
   ByVal newWidth As Integer, _
   ByVal newHeight As Integer _
) 
'Usage
 
Dim instance As RasterBufferResize
Dim oldWidth As Integer
Dim oldHeight As Integer
Dim newWidth As Integer
Dim newHeight As Integer
 
instance.Start(oldWidth, oldHeight, newWidth, newHeight)
public void Start( 
   int oldWidth,
   int oldHeight,
   int newWidth,
   int newHeight
)
 function Leadtools.RasterBufferResize.Start( 
   oldWidth ,
   oldHeight ,
   newWidth ,
   newHeight 
)
public:
void Start( 
   int oldWidth,
   int oldHeight,
   int newWidth,
   int newHeight
) 

Parameters

oldWidth
Specifies the original width of the image.
oldHeight
Specifies the original height of the image.
newWidth
Specifies the new width for the image.
newHeight
Specifies the new height for the image.
Remarks
For more information, refer to Introduction to Image Processing With LEADTOOLS.
Example
For an example, refer to RasterBufferResize.
Requirements

Target Platforms

See Also

Reference

RasterBufferResize Class
RasterBufferResize Members

Error processing SSI file