Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
RasterImageResize Class
See Also  Members  
Leadtools Namespace : RasterImageResize Class




Provides support for resizing images.

Syntax

Visual Basic (Declaration) 
Public Class RasterImageResize 
Visual Basic (Usage)Copy Code
Dim instance As RasterImageResize
C# 
public class RasterImageResize 
Managed Extensions for C++ 
public __gc class RasterImageResize 
C++/CLI 
public ref class RasterImageResize 

Example

This sample loads an image and uses the RasterImageResize class to resize it to half its size.

Remarks

This class supports changing the color order, bits perpixel, and/or palette, during the resize operation.

Inheritance Hierarchy

System.Object
   Leadtools.RasterImageResize

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also