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

Show in webframe

AngleB Property








Gets or sets the angular amount to change the B angle on which the filter is applied.
Syntax
public int AngleB {get; set;}
'Declaration
 
Public Property AngleB As Integer
'Usage
 
Dim instance As AdjustTintCommand
Dim value As Integer
 
instance.AngleB = value
 
value = instance.AngleB
public int AngleB {get; set;}
@property (nonatomic, assign) NSInteger angleB
public int getAngleB()
public void setAngleB(int value)
            
 <br/>get_AngleB();<br/>set_AngleB(value);<br/>Object.defineProperty('AngleB'); 
public:
property int AngleB {
   int get();
   void set (    int value);
}

Property Value

Value that represents the amount of change in the B 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