←Select platform

AngleA Property

Summary
Gets or sets the angular amount to change the A angle on which the filter is applied.
Syntax
C#
VB
Objective-C
C++
Java
public int AngleA { get; set; } 
Public Property AngleA As Integer 
@property (nonatomic, assign) NSInteger angleA 
public int getAngleA() 
public void setAngleA(int value) 
public: 
property int AngleA { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.