LEADTOOLS (Leadtools assembly)

Start Method (RasterBufferResize)

Show in webframe







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(Byte[],Int32,Int32,Int32) 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

 

 


Products | Support | Contact Us | Copyright Notices

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