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

Show in webframe

MagentaAngle Property








Gets or sets a value that represents the magenta screen angle in a hundredths of degrees (+/-).
Syntax
public int MagentaAngle {get; set;}
'Declaration
 
Public Property MagentaAngle As Integer
'Usage
 
Dim instance As ColorHalftoneCommand
Dim value As Integer
 
instance.MagentaAngle = value
 
value = instance.MagentaAngle
public int MagentaAngle {get; set;}
@property (nonatomic, assign) NSInteger magentaAngle
public int getMagentaAngle()
public void setMagentaAngle(int value)
            
 <br/>get_MagentaAngle();<br/>set_MagentaAngle(value);<br/>Object.defineProperty('MagentaAngle'); 
public:
property int MagentaAngle {
   int get();
   void set (    int value);
}

Property Value

Value that represents the magenta 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. Valid values are from -36000 to + 36000.
Example
Refer to ColorHalftoneCommand example.
Requirements

Target Platforms

See Also

Reference

ColorHalftoneCommand Class
ColorHalftoneCommand Members

Error processing SSI file