←Select platform

BlackAngle Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public int BlackAngle { get; set; } 
Public Property BlackAngle As Integer 
@property (nonatomic, assign) NSInteger blackAngle 
public int getBlackAngle() 
public void setBlackAngle(int value) 
public: 
property int BlackAngle { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly