CellHeight property (LEADDlgImgEffect Control)

C++ Builder example

Delphi 4.0 example

 

Builder Syntax

L_UINT CellHeight

Delphi Syntax

CellHeight: L_UINT

Overview

Refer to Using Imaging Common Dialogs.

Remarks

Gets or sets the cell height value.

This property is associated with the following dialog boxes:

Pixelate dialog box

In this case it represents the height of a rectangular cell, the number of rectangular cells present across the height of the bitmap, the number of cells around the center point of a circular cell, or the length in degrees of each cell around the center point of a circular cell, based on the flags set in the PixelateFlags property. For more information on the different types of information contained in this member, refer to the Pixelate method.

Picturize dialog box

In this case it represents the height of the images used to reconstruct the image. Possible values range from 1 to BitmapHeight property.

See Also

Elements:

ShowPixelateDlg method, ShowPicturizeDlg method, PixelateFlags property, CellWidth property, Opacity property, CenterPoint property, DirectoryPath property, PicturizeResizeFlags property

Topics:

Imaging Common Dialogs: Properties, Methods, and Events