LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

AngleContrast Property






Gets or sets a value that represents the amount of angular pattern contrast. .NET support WinRT support
Syntax
public int AngleContrast {get; set;}
'Declaration
 
Public Property AngleContrast As Integer
'Usage
 
Dim instance As HalfTonePatternCommand
Dim value As Integer
 
instance.AngleContrast = value
 
value = instance.AngleContrast
public int AngleContrast {get; set;}
 get_AngleContrast();
set_AngleContrast(value);
public:
property int AngleContrast {
   int get();
   void set (    int value);
}

Property Value

Value that represents angular pattern contrast. Angular pattern only occurs 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

HalfTonePatternCommand Class
HalfTonePatternCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.