LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

BlackAngle Property

Show in webframe







Gets or sets a value that represents the black screen angle in a hundredths of degrees (+/-).
Syntax
public int BlackAngle {get; set;}
'Declaration
 
Public Property BlackAngle As Integer
'Usage
 
Dim instance As ColorHalftoneCommand
Dim value As Integer
 
instance.BlackAngle = value
 
value = instance.BlackAngle
public int BlackAngle {get; set;}
@property (nonatomic, assign) int blackAngle;
public int getBlackAngle()
public void setBlackAngle(int value)
            
 
get_BlackAngle();
set_BlackAngle(value);
Object.defineProperty('BlackAngle');
public:
property int BlackAngle {
   int get();
   void set (    int value);
}

Property Value

Value represents the black 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

 

 


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