Unidirectional property (LEADDlgImgEffect Control)

C++ Builder example

Delphi 4.0 example

 

Builder Syntax

bool Unidirectional

Delphi Syntax

Unidirectional: Boolean

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:

Value

Meaning

TRUE

The Unidirection check box was checked. The motion blur effect is only in the direction specified in the Angle property.

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

Topics:

Imaging Common Dialogs: Properties, Methods, and Events