←Select platform

AngleContrast Property

Summary

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

Syntax
C#
VB
C++
public int AngleContrast { get; set; } 
Public Property AngleContrast As Integer 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly