This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterDisplayProps Interface > IRasterDisplayProps.ContrastValue Property (ArcObjects .NET 10.5 SDK) |
Contrast value for a raster.
[Visual Basic .NET] Public Property ContrastValue As Integer
[C#] public int ContrastValue {get; set;}
[C++]
HRESULT get_ContrastValue(
Long* iValue
);
[C++]
HRESULT put_ContrastValue(
Long iValue
);
[C++]
Parameters iValue [out, retval] iValue is a parameter of type Long iValue [in] iValue is a parameter of type Long
The IRasterDisplayProps interface controls display properties common to all raster renderers.