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


IRasterDisplayProps Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterDisplayProps Interface
ArcGIS Developer Help

IRasterDisplayProps Interface

Provides access to members that control the raster display properties.

Product Availability

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

Members

Name Description
Read/write property BrightnessValue Brightness value for a raster.
Read/write property ContrastValue Contrast value for a raster.
Read/write property NoDataColor Nodata color for a raster.
Read/write property TransparencyValue Transparency value for a raster.

Classes that implement IRasterDisplayProps

Classes Description
RasterClassifyColorRampRenderer A renderer with a color ramp for rasters with classified values.
RasterColormapRenderer A raster colormap renderer.
RasterDiscreteColorRenderer A raster discrete color renderer.
RasterRGBRenderer A true-color RGB renderer.
RasterStretchColorRampRenderer A renderer with a color ramp for rasters with continuous values.
RasterUniqueValueRenderer A renderer for rasters with unique values.

See Also

IRasterRenderer Interface