ResizeRgn method (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

int __fastcall ResizeRgn(int iDim, int iFlag, bool bAsFrame);

Delphi Syntax

Function ResizeRgn(iDim: Integer; iFlag: Integer; bAsFrame: Boolean): Integer;

Overview

Refer to Creating and Using a Bitmap Region.

Remarks

Resizes the bitmap region by the specified number of pixels.

This method supports 12 and 16-bit grayscale images and 48 and 64-bit color images. Support for 12 and 16-bit grayscale images and 48 and 64-bit color images is available only in the Document/Medical toolkits.

This method supports signed data images.

See Also

Elements:

Size method

Topics:

Raster Images: Creating and Using a Region