AGI STK Graphics 11 Send comments on this topic.
InitializeWithAdjustment Method (IAgStkGraphicsBrightnessFilterFactory)
See Also 
Adjustment
The Adjustment to brightness.





Description

Initializes a new instance with the Adjustment to brightness.

Syntax

[Visual Basic .NET]
Public Function InitializeWithAdjustment( _
   ByVal Adjustment As Double _
) As IAgStkGraphicsBrightnessFilter

[C#]
public IAgStkGraphicsBrightnessFilter InitializeWithAdjustment(
double Adjustment
);

[Managed C++]
public: IAgStkGraphicsBrightnessFilter^ InitializeWithAdjustment(
double Adjustment
);

[Java]
public IAgStkGraphicsBrightnessFilter initializeWithAdjustment(
double Adjustment
);

[Unmanaged C++]
public: HRESULT InitializeWithAdjustment(
double Adjustment,
IAgStkGraphicsBrightnessFilter ** ReturnValue
);

Parameters

Adjustment
The Adjustment to brightness.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1