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






Windows & Linux

Description

Gets or sets the brightness adjustment value for the filter. The value must be between -1 and 1, corresponding to least bright to most bright.

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.