←Select platform

MagentaAngle Property

Summary

Gets or sets a value that represents the magenta screen angle in a hundredths of degrees (+/-).

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int MagentaAngle {get; set;}
Public Property MagentaAngle As Integer
public int MagentaAngle {get; set;}
@property (nonatomic, assign) NSInteger magentaAngle
public int getMagentaAngle() 
public void setMagentaAngle(int value) 
get_MagentaAngle(); 
set_MagentaAngle(value); 
Object.defineProperty('MagentaAngle'); 
public: 
property int MagentaAngle { 
   int get(); 
   void set (    int ); 
} 

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Effects Assembly
Click or drag to resize