←Select platform

YellowAngle Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int YellowAngle { get; set; } 
Public Property YellowAngle As Integer 
public int YellowAngle {get; set;} 
@property (nonatomic, assign) NSInteger yellowAngle 
public int getYellowAngle() 
public void setYellowAngle(int value) 
             
 <br/>get_YellowAngle();<br/>set_YellowAngle(value);<br/>Object.defineProperty('YellowAngle');  
public: 
property int YellowAngle { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value that represents the yellow 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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly