Available in the LEADTOOLS Imaging toolkit. |
EnableUnidirectional property (ILEADRasterDlgImgEfx)
VARIANT_BOOL EnableUnidirectional | |
Overview |
Refer to Using Imaging Common Dialogs |
Remarks
Gets or sets a value that indicates whether the Unidirection checkbox was checked in the MotionBlur dialog box. Possible values are:
Setting |
Description |
VARIANT_TRUE |
The Unidirection check box was checked. The motion blur effect is only in the direction specified in the Angle property. |
VARIANT_FALSE |
The Unidirection check box wasn’t checked. The motion blur effect is along the line with that angle specified in the Angle property. For example, if the Angle property is 0, the blur effect will occur in the 0 degree direction and the 180 degree direction. |
Set this property before calling the ShowMotionBlurDlg method to initialize the dialog box.
See Also
Elements |
ShowMotionBlurDlg method, Angle property, Dimension property |