←Select platform

Start Method

Summary

Sets up information for the ResizeBuffer method.

Syntax

C#
VB
C++
public void Start( 
   int oldWidth, 
   int oldHeight, 
   int newWidth, 
   int newHeight 
) 
Public Sub Start( _ 
   ByVal oldWidth As Integer, _ 
   ByVal oldHeight As Integer, _ 
   ByVal newWidth As Integer, _ 
   ByVal newHeight As Integer _ 
)  
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly