Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Show in webframe

AngleA Property








Gets or sets the angular amount to change the A angle on which the filter is applied.
Syntax
public int AngleA {get; set;}
'Declaration
 
Public Property AngleA As Integer
'Usage
 
Dim instance As AdjustTintCommand
Dim value As Integer
 
instance.AngleA = value
 
value = instance.AngleA
public int AngleA {get; set;}
@property (nonatomic, assign) NSInteger angleA
public int getAngleA()
public void setAngleA(int value)
            
 <br/>get_AngleA();<br/>set_AngleA(value);<br/>Object.defineProperty('AngleA'); 
public:
property int AngleA {
   int get();
   void set (    int value);
}

Property Value

Value that represents the amount of change in the A angle, in hundredths of degrees. Valid values range between -18000 and 18000.
Example
Refer to AdjustTintCommand.
Requirements

Target Platforms

See Also

Reference

AdjustTintCommand Class
AdjustTintCommand Members

Error processing SSI file