AGI STK Graphics 11 Send comments on this topic.
Adjustment Property (IAgStkGraphicsContrastFilter)
See Also 





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 NewAdjustment
);

[Java]
public double getAdjustment();public void setAdjustment(
double
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1