This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterDisplayProps Interface > IRasterDisplayProps.BrightnessValue Property (ArcObjects .NET 10.4 SDK) |
Brightness value for a raster.
[Visual Basic .NET] Public Property BrightnessValue As Integer
[C#] public int BrightnessValue {get; set;}
[C++]
HRESULT get_BrightnessValue(
Long* pValue
);
[C++]
HRESULT put_BrightnessValue(
Long pValue
);
[C++]
Parameters pValue [out, retval] pValue is a parameter of type Long pValue [in] pValue is a parameter of type Long
The BrightnessValue property ranges from -100 to 100, representing a percentage of increase or decrease in the property.