This document is archived and information here might be outdated. Recommended version. |
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(
System.Int32* iValue
);
[C++] Parameters iValue [in]
iValue is a parameter of type int iValue [out, retval]
iValue is a parameter of type int*
The IRasterDisplayProps interface controls display properties common to all raster renderers.