←Select platform

CyanAngle Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int CyanAngle {get; set;}
Public Property CyanAngle As Integer
public int CyanAngle {get; set;}
@property (nonatomic, assign) NSInteger 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 ); 
} 

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

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