Transparent Property (ILEADRasterEffectEfx)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL Transparent;

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets a value that indicates whether the transparent checkbox was checked in the Effect dialog box. Possible values are:

Setting

Description

VARIANT_TRUE

The Transparent check box was checked. Use the transparent color specified in the TransparentColor property.

VARIANT_FALSE

The Transparent check box wasn’t checked. Do not use a transparent color.

See Also

Elements

Effect property, ShowEffectDlg method, UIFlags property