STK Graphics PrimitivesSend comments on this topic.
Adjustment Property (IAgStkGraphicsContrastFilter)
See Also
Windows





Windows & Linux

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
);
[Python - STK API ]
@property
def Adjustment(self) -> float:

@Adjustment.setter
def Adjustment(self, Adjustment:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.