Initializes a new instance with the Adjustment to contrast.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsContrastFilter InitializeWithAdjustment( double Adjustment ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsContrastFilter^ InitializeWithAdjustment( double Adjustment ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsContrastFilter initializeWithAdjustment( double Adjustment ); |
[Python - STK API ] |
|---|
def InitializeWithAdjustment(self, Adjustment:float) -> "IAgStkGraphicsContrastFilter": |
- Adjustment
- The Adjustment to contrast.






