Size method (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

int Size (int iWidth, int iHeight, int iFlags);

Delphi Syntax

Size (iWidth, iHeight, iFlags:Integer): Integer;

Overview

Refer to Examining and Altering Bitmaps.

Remarks

Resizes the bitmap to a new width and height.

This changes the storage requirements of the bitmap, and it is not the same as scaling the display (zooming out or zooming in).

See Also

Elements:

ApplyTransformationParameters method, GetMarksCenterMass method, GetTransformationParameters method, IsRegMark method, SearchRegMarks method

Topics:

Raster Images: Doing Geometric Transformations

 

Raster Images: Methods That Transform the Region and the Bitmap

 

Raster Image Functions: Document Imaging

 

Detecting Registration Marks