ArcObjects Library Reference  (Carto)    

IRasterStretchMinMax Interface

Provides access to min/max members which control contrast stretching.

Product Availability

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

Members

Description
Read/write property CustomStretchMax The custom maximum value for stretch renderer type "Minimum-Maximum".
Read/write property CustomStretchMin The custom minimum value for stretch renderer type "Minimum-Maximum".
Read-only property StretchMax The maximum value used for stretching cell values.
Read-only property StretchMin The minimum value used for stretching cell values.
Read/write property UseCustomStretchMinMax Indicates whether to use the custom minimum/maximum values for stretch renderer type "Minimum-Maximum".

CoClasses that implement IRasterStretchMinMax

CoClasses and Classes Description
RasterStretchColorRampRenderer A renderer with a color ramp for rasters with continuous values.

Remarks

The IRasterStretchMinMax interface allows specification of custom minimum and maximum values when rendering a raster band using a linear stretch. This interface is useful when multiple images need to be displayed with same stretch.

 


Feedback Send feedback on this page