Sets the linear level adjustment value for the given Raster Band. Both negative and positive values are accepted.
[Visual Basic .NET] |
---|
Public Sub SetLevelAdjustment( _ ByVal Band As AgEStkGraphicsRasterBand, _ ByVal Adjustment As Integer _ ) |
[C#] |
---|
public void SetLevelAdjustment( AgEStkGraphicsRasterBand Band, int Adjustment ); |
[Managed C++] |
---|
public: void SetLevelAdjustment( AgEStkGraphicsRasterBand Band, int Adjustment ); |
[Unmanaged C++] |
---|
public: HRESULT SetLevelAdjustment( AgEStkGraphicsRasterBand Band, int Adjustment ); |
[Java] |
---|
public void setLevelAdjustment( AgEStkGraphicsRasterBand Band, Integer Adjustment ); |
[Python - STK API ] |
---|
def SetLevelAdjustment(self, Band:"AgEStkGraphicsRasterBand", Adjustment:int) -> None: |
- Band
- The Raster Band to be adjusted.
- Adjustment
- The linear adjustment for the band. Both negative and positive values are accepted.