CellWidth property (LEADDlgImgEffect Control)
Builder Syntax |
L_UINT CellWidth |
Delphi Syntax |
CellWidth: L_UINT |
Overview |
Refer to Using Imaging Common Dialogs. |
Remarks
Gets or sets the cell width value.
This property is associated with the following dialog boxes:
In this case it represents the width of a rectangular cell, the number of rectangular cells present across the width 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 PixelateFlags property. For more information on the different types of information contained in this member, refer to Pixelate method. | |
In this case it represents the width of the images used to reconstruct the image. Possible values range from 1 to BitmapWidth property. |
See Also