Description
Gets or sets the contrast adjustment value for the filter. The value must be between -1 and 1, corresponding to least contrast to most contrast.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property Adjustment() As Double
|
[C#] |
---|
public double Adjustment {get; set;}
|
[Managed C++] |
---|
public: __property double get_Adjustment(); public: __property void set_Adjustment(
double
);
|
[Unmanaged C++] |
---|
public: HRESULT get_Adjustment(
double * pRetVal
);
public: HRESULT put_Adjustment(
double Adjustment
);
|
[Java] |
---|
public double getAdjustment();
public void setAdjustment(
double
);
|
See Also