LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

CyanAngle Property

Show in webframe







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) int cyanAngle;
public int getCyanAngle()
public void setCyanAngle(int value)
            
 
get_CyanAngle();
set_CyanAngle(value);
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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.