This document is archived and information here might be outdated.  Recommended version.


ITransparencyDisplayFilter Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IT > ITransparencyDisplayFilter Interface
ArcGIS Developer Help

ITransparencyDisplayFilter Interface

Provides access to members that control the Transparency Display Filter.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Interface that controls the display filter used to draw transparently. See IDisplay::Filter.

Members

Name Description
Method Apply Takes the latest drawing found in the foreground bitmap and applies it to the background bitmap, sending the results to the destination bitmap.
Read/write property BackgroundRGB RGB value of the filter background color.
Read/write property Flags Filter flags. Multiple flags may be applied at the same time.
Read/write property Transparency Transparency value (0-255).

Inherited Interfaces

Interfaces Description
IDisplayFilter Provides access to members that control the display filter.

Classes that implement ITransparencyDisplayFilter

Classes Description
TransparencyDisplayFilter Esri Transparency Display Filter.