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

Show in webframe

CyanAngle Property








Gets or sets a value that represents the cyan screen angle in a hundredths of degrees (+/-).
Syntax
public int CyanAngle {get; set;}
'Declaration
 
Public Property CyanAngle As Integer
'Usage
 
Dim instance As ColorHalftoneCommand
Dim value As Integer
 
instance.CyanAngle = value
 
value = instance.CyanAngle
public int CyanAngle {get; set;}
@property (nonatomic, assign) NSInteger cyanAngle
public int getCyanAngle()
public void setCyanAngle(int value)
            
 <br/>get_CyanAngle();<br/>set_CyanAngle(value);<br/>Object.defineProperty('CyanAngle'); 
public:
property int CyanAngle {
   int get();
   void set (    int value);
}

Property Value

Value represents the cyan screen angle in a hundredths of degrees (+/-). A positive value will rotate the screen clockwise, while a negative value will rotate the screen counter-clockwise.
Example
Refer to ColorHalftoneCommand example.
Requirements

Target Platforms

See Also

Reference

ColorHalftoneCommand Class
ColorHalftoneCommand Members

Error processing SSI file