Dimension property (LEADDlgImgEffect Control)
Builder Syntax |
L_UINT Dimension |
Delphi Syntax |
Dimension: L_UINT |
Overview |
Refer to Using Imaging Common Dialogs. |
Remarks
Gets or sets the dimension value.
This property is associated with the following dialog boxes:
In this case it represents the size of the anti-aliasing mask. This value represents the side of a square neighborhood. Possible values range from 2 - 100. | |
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. | |
In this case it represents the size of the neighborhood used in blurring. Increasing this value will increase the amount of blurring. Possible values range from 2 - 100. | |
In this case it represents the size, in pixels, of the thin lines used to create the wind effect. Possible values range from 2 - 100. | |
In this case it represents the amount of blur. Possible values range from 2 - 100. |
See Also