Available in the LEADTOOLS Imaging toolkit. |
Dimension property (ILEADRasterDlgImgEfx)
long Dimension | |
Overview |
Refer to Using Imaging Common Dialogs |
Remarks
Gets or sets the dimension value.
The Dimension property is associated with the following dialog boxes:
In this case it represents the size of the averaging neighborhood. It is the length, in pixels, of one side of a square. The size ranges from 2 to 255. | |
In this case it represents the Dimensions of the neighborhood used for filtering (uDim x uDim), in pixels. Possible values range from 2 to 100. | |
In this case it represents the size of the neighborhood used to determine the median. It is the length, in pixels, of one side of a square. Possible values range from 2 to 100. | |
In this case it represents the Dimensions of the neighborhood used for filtering (uDim x uDim), in pixels. Possible values range from 2 to 100. | |
In this case it represents the dmensions of the tiles (uDim x uDim), in pixels. Possible values range from 2 to 64. | |
In this case it represents the size of the blur effect, in pixels. Possible values range from 3 - 100. | |
In this case it represents the Dimensions of the neighborhood used for filtering (uDim x uDim), in pixels. Possible values range from 2 to 255. |
See Also