LevelsFilterSetLevelAdjustment Method |
Sets the linear level adjustment value for the given
RasterBand. Both negative and positive values are accepted.
Namespace:
AGI.Foundation.Graphics.Imaging
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic void SetLevelAdjustment(
RasterBand band,
int adjustment
)
Public Sub SetLevelAdjustment (
band As RasterBand,
adjustment As Integer
)
public:
void SetLevelAdjustment(
RasterBand band,
int adjustment
)
member SetLevelAdjustment :
band : RasterBand *
adjustment : int -> unit
Parameters
- band
- Type: AGI.Foundation.Graphics.ImagingRasterBand
The RasterBand to be adjusted. - adjustment
- Type: SystemInt32
The linear adjustment for the band. Both negative and positive values are accepted.
See Also