←Select platform

AngleContrast Property

Summary

Gets or sets a value that represents the amount of angular pattern contrast.

Syntax

C#
VB
WinRT C#
C++
public int AngleContrast { get; set; } 
Public Property AngleContrast As Integer 
public int AngleContrast {get; set;} 
 <br/>get_AngleContrast();<br/>set_AngleContrast(value);<br/>Object.defineProperty('AngleContrast');  
public: 
property int AngleContrast { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value that represents angular pattern contrast. Angular patterns only occur when either HalfTonePatternCommandType.Circle or HalfTonePatternCommandType.Ellipse is selected in the type property. Increasing this value increases brightness of the "spokes" in the image.

Example

Refer to HalfTonePatternCommand 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.Core Assembly