- 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.
Visual Basic (Declaration) | |
---|---|
Public Sub Start( _ ByVal oldWidth As Integer, _ ByVal oldHeight As Integer, _ ByVal newWidth As Integer, _ ByVal newHeight As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
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) |
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.
For an example, refer to RasterBufferResize.
For more information, refer to Introduction to Image Processing With LEADTOOLS.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7